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 -1
View File
@@ -7681,7 +7681,7 @@ void Client::Undye() {
SendWearChange(cur_slot);
}
Save(0);
database.DeleteCharacterDye(this->CharacterID());
}
void command_undye(Client *c, const Seperator *sep)