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