Fix for the undye command to properly purge character armor dye

This commit is contained in:
akkadius
2014-09-23 17:54:07 -05:00
parent 17291e9977
commit 3712d36867
3 changed files with 32 additions and 9 deletions
+1
View File
@@ -288,6 +288,7 @@ public:
bool DeleteCharacterBandolier(uint32 character_id, uint32 band_id);
bool DeleteCharacterLeadershipAAs(uint32 character_id);
bool DeleteCharacterAAs(uint32 character_id);
bool DeleteCharacterDye(uint32 character_id);
/* Character Inventory */
bool NoRentExpired(const char* name);