From 42b34bbf8721b0758c6e8737cbcee827a0949ebc Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Fri, 5 Feb 2021 14:17:13 -0500 Subject: [PATCH] Identify OP_ClearLeadershipAbilities/OP_ClearAA for Tit --- utils/patches/patch_Titanium.conf | 2 ++ zone/aa.cpp | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/patches/patch_Titanium.conf b/utils/patches/patch_Titanium.conf index f984f88db..32d434e93 100644 --- a/utils/patches/patch_Titanium.conf +++ b/utils/patches/patch_Titanium.conf @@ -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 diff --git a/zone/aa.cpp b/zone/aa.cpp index f71ea2c04..0b19065bf 100644 --- a/zone/aa.cpp +++ b/zone/aa.cpp @@ -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()