caught more places

This commit is contained in:
ricardocampos23
2014-04-10 14:09:41 +01:00
parent 6d2eb6d03f
commit 97e261e5af
5 changed files with 50 additions and 4 deletions
+1
View File
@@ -797,6 +797,7 @@ public:
void SendItemPacket(int16 slot_id, const ItemInst* inst, ItemPacketType packet_type);
bool IsValidSlot(uint32 slot);
bool IsBankSlot(uint32 slot);
int32 GetEquipmentMaterial(uint8 material_slot) const;
inline bool IsTrader() const { return(Trader); }
inline bool IsBuyer() const { return(Buyer); }