Identify OP_ClearLeadershipAbilities/OP_ClearAA for Tit

This commit is contained in:
Michael Cook (mackal)
2021-02-05 14:17:13 -05:00
parent 0923ff040f
commit 42b34bbf87
2 changed files with 2 additions and 3 deletions
-3
View File
@@ -494,9 +494,6 @@ void Client::ResetAA() {
m_pp.raid_leadership_exp = 0;
database.DeleteCharacterLeadershipAAs(CharacterID());
// undefined for these clients
if (ClientVersionBit() & EQ::versions::maskTitaniumAndEarlier)
Kick("AA Reset on client that doesn't support it");
}
void Client::SendClearAA()