Implement OP_ClearAA and OP_ClearLeadershipAbilities for SoF+

This is nice since #resetaa will no longer require a kick
This commit is contained in:
Michael Cook (mackal)
2014-12-05 22:29:41 -05:00
parent 1ac92c603e
commit 51b997aa27
3 changed files with 24 additions and 7 deletions
+1
View File
@@ -755,6 +755,7 @@ public:
//AA Methods
void SendAAList();
void ResetAA();
void SendClearAA();
void SendAA(uint32 id, int seq=1);
void SendPreviousAA(uint32 id, int seq=1);
void BuyAA(AA_Action* action);