mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 11:21:29 +00:00
Fix previous commit
This commit is contained in:
parent
51b997aa27
commit
ce7a995223
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user