This commit is contained in:
nytmyr
2024-10-31 23:21:42 -05:00
parent 9b87aaf39b
commit 4dcaef65cd
3 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -1105,7 +1105,7 @@ private:
int32 GenerateBaseManaPoints();
void GenerateSpecialAttacks();
void SetBotID(uint32 botID);
void SetCombatRoundForAlerts(bool flag = true) { m_combat_round_alert_flag; }
void SetCombatRoundForAlerts(bool flag = true) { m_combat_round_alert_flag = flag; }
void SetAttackingFlag(bool flag = true) { m_attacking_flag = flag; }
void SetPullingFlag(bool flag = true) { m_pulling_flag = flag; }
void SetReturningFlag(bool flag = true) { m_returning_flag = flag; }