Add #shownumhits workaround command to show numhits

This commit is contained in:
Michael Cook (mackal)
2014-09-03 23:50:23 -04:00
parent 891952eb79
commit 22742b6a25
5 changed files with 25 additions and 2 deletions
+3 -1
View File
@@ -1200,7 +1200,9 @@ public:
void SetEngagedRaidTarget(bool value) { EngagedRaidTarget = value; }
bool GetEngagedRaidTarget() const { return EngagedRaidTarget; }
void ShowNumHits(); // work around function for numhits not showing on buffs
protected:
friend class Mob;
void CalcItemBonuses(StatBonuses* newbon);