This commit is contained in:
vsab
2014-05-10 18:30:52 +00:00
15 changed files with 271 additions and 33 deletions
+1
View File
@@ -806,6 +806,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); }