Implemented rule-based disenchanted bag use

This commit is contained in:
Uleat
2015-06-07 22:07:40 -04:00
parent 4a036bede2
commit c2e4365214
7 changed files with 193 additions and 2 deletions
+1
View File
@@ -906,6 +906,7 @@ public:
bool DecreaseByID(uint32 type, uint8 amt);
uint8 SlotConvert2(uint8 slot); //Maybe not needed.
void Escape(); //AA Escape
void DisenchantSummonedBags(bool client_update = true);
void RemoveNoRent(bool client_update = true);
void RemoveDuplicateLore(bool client_update = true);
void MoveSlotNotAllowed(bool client_update = true);