WoW:API CancelItemTempEnchantment: Difference between revisions
Jump to navigation
Jump to search
(Page created) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Removes temporary item buffs, such as Rogue poisons, Shaman weapon buffs, and sharpening stones from either the Main Hand or Off Hand equipment slots. | Removes temporary item buffs, such as Rogue poisons, Shaman weapon buffs, and sharpening stones from either the Main Hand or Off Hand equipment slots. | ||
CancelItemTempEnchantment( | CancelItemTempEnchantment(weaponHand); | ||
== Arguments == | == Arguments == | ||
; weaponHand : Number - '''1''' for Main Hand, '''2''' for Off Hand. | |||
Revision as of 09:10, 9 March 2010
← WoW API < CancelItemTempEnchantment
Removes temporary item buffs, such as Rogue poisons, Shaman weapon buffs, and sharpening stones from either the Main Hand or Off Hand equipment slots.
CancelItemTempEnchantment(weaponHand);
Arguments
- weaponHand
- Number - 1 for Main Hand, 2 for Off Hand.