diff options
author | megamage <none@none> | 2008-11-28 11:38:28 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-28 11:38:28 -0600 |
commit | e26beb36c2073bb35151aa0cfee7e95f1b5a3901 (patch) | |
tree | 0adc111c86d8a75c406889c231a3b6922ff9933c /src/game/Player.h | |
parent | 1d6e33add4f41ba07d5bd9115b1fe8c52ebb6d21 (diff) |
*Update to Mangos 6856. Source: Mangos.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.h')
-rw-r--r-- | src/game/Player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Player.h b/src/game/Player.h index 2f98793f3d1..0f2b9fc0dd5 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -1081,6 +1081,7 @@ class TRINITY_DLL_SPEC Player : public Unit Item* EquipNewItem( uint16 pos, uint32 item, uint32 count, bool update ); Item* EquipItem( uint16 pos, Item *pItem, bool update ); void AutoUnequipOffhandIfNeed(); + bool StoreNewItemInBestSlot(uint32 item_id, uint32 item_count); uint8 _CanTakeMoreSimilarItems(uint32 entry, uint32 count, Item* pItem, uint32* no_space_count = NULL) const; uint8 _CanStoreItem( uint8 bag, uint8 slot, ItemPosCountVec& dest, uint32 entry, uint32 count, Item *pItem = NULL, bool swap = false, uint32* no_space_count = NULL ) const; |