mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Fix previous commit
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user