aboutsummaryrefslogtreecommitdiff
path: root/src/game/Creature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Creature.h')
-rw-r--r--src/game/Creature.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h
index 6145b946892..c32ac7327b9 100644
--- a/src/game/Creature.h
+++ b/src/game/Creature.h
@@ -308,6 +308,7 @@ struct VendorItemData
}
bool RemoveItem( uint32 item_id );
VendorItem const* FindItem(uint32 item_id) const;
+ size_t FindItemSlot(uint32 item_id) const;
void Clear()
{