mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Fix previous commit
This commit is contained in:
parent
51b997aa27
commit
ce7a995223
@ -1502,7 +1502,7 @@ void Client::ResetAA(){
|
||||
SendAAStats();
|
||||
database.DeleteCharacterLeadershipAAs(this->CharacterID());
|
||||
// undefined for these clients
|
||||
if (GetClientVersionBit & BIT_TitaniumAndEarlier)
|
||||
if (GetClientVersionBit() & BIT_TitaniumAndEarlier)
|
||||
Kick();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user