Fix previous commit

This commit is contained in:
Michael Cook (mackal) 2014-12-05 22:31:36 -05:00
parent 51b997aa27
commit ce7a995223

View File

@ -1502,7 +1502,7 @@ void Client::ResetAA(){
SendAAStats(); SendAAStats();
database.DeleteCharacterLeadershipAAs(this->CharacterID()); database.DeleteCharacterLeadershipAAs(this->CharacterID());
// undefined for these clients // undefined for these clients
if (GetClientVersionBit & BIT_TitaniumAndEarlier) if (GetClientVersionBit() & BIT_TitaniumAndEarlier)
Kick(); Kick();
} }