[Cleanup] Send eqstr message in AddAAPoints (#2507)

This api is only used by quests
This commit is contained in:
hg
2022-10-29 19:48:27 -04:00
committed by GitHub
parent 16ee25224d
commit 9f033df196
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -903,7 +903,7 @@ public:
void ResetOnDeathAlternateAdvancement();
void SetAAPoints(uint32 points) { m_pp.aapoints = points; SendAlternateAdvancementStats(); }
void AddAAPoints(uint32 points) { m_pp.aapoints += points; SendAlternateAdvancementStats(); }
void AddAAPoints(uint32 points);
int GetAAPoints() { return m_pp.aapoints; }
int GetSpentAA() { return m_pp.aapoints_spent; }
uint32 GetRequiredAAExperience();