Merge pull request #1222 from EQEmu/feature/op_clearaa_tit

Identify OP_ClearLeadershipAbilities/OP_ClearAA for Tit
This commit is contained in:
Michael Cook (mackal) 2021-02-05 16:18:19 -05:00 committed by GitHub
commit c8dfb72cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -482,6 +482,8 @@ OP_TaskRequestTimer=0x6a1d
OP_RequestClientZoneChange=0x7834 # ShowEQ 10/27/05
OP_SendAATable=0x367d # ShowEQ 10/27/05
OP_ClearAA=0x5918
OP_ClearLeadershipAbilities=0x7416
OP_UpdateAA=0x5966
OP_RespondAA=0x3af4
OP_SendAAStats=0x5996 # ShowEQ 10/27/05

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()