[Code Cleanup] Remove this-> in code where its implied (#2088)

This commit is contained in:
Chris Miles
2022-05-01 09:22:09 -05:00
committed by GitHub
parent b02008ec53
commit 5b4aeaa457
47 changed files with 1033 additions and 1033 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ void Client::Undye()
SendWearChange(cur_slot);
}
database.DeleteCharacterDye(this->CharacterID());
database.DeleteCharacterDye(CharacterID());
}