m
Move page script moved page API OffhandHasWeapon to WoW:API OffhandHasWeapon without leaving a redirect
No edit summary |
m (Move page script moved page API OffhandHasWeapon to WoW:API OffhandHasWeapon without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
hasWeapon = OffhandHasWeapon() | hasWeapon = OffhandHasWeapon() | ||
| Line 14: | Line 15: | ||
local _,_,_,_,itemType = GetItemInfo(id) | local _,_,_,_,itemType = GetItemInfo(id) | ||
return itemType=="Weapon" | return itemType=="Weapon" | ||