Merchants will now keep track of charges sold to them properly so it is no longer possible to recharge items using merchants.

This commit is contained in:
cavedude00
2014-02-23 15:55:26 -08:00
parent 5a6c25887a
commit c6377b93d5
3 changed files with 42 additions and 27 deletions
+1
View File
@@ -291,6 +291,7 @@ public:
// Can item be stacked?
bool IsStackable() const;
bool IsCharged() const;
// Can item be equipped by/at?
bool IsEquipable(uint16 race, uint16 class_) const;