mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Code Cleanup] Remove this-> in code where its implied (#2088)
This commit is contained in:
@@ -22,6 +22,6 @@ void Client::Undye()
|
||||
SendWearChange(cur_slot);
|
||||
}
|
||||
|
||||
database.DeleteCharacterDye(this->CharacterID());
|
||||
database.DeleteCharacterDye(CharacterID());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user