Add GetCloseMobList into other calls

This commit is contained in:
Akkadius
2019-12-29 03:15:42 -06:00
parent ec5faea9b1
commit 233f26996b
5 changed files with 15 additions and 19 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ public:
virtual bool AI_IdleCastCheck();
virtual void AI_Event_SpellCastFinished(bool iCastSucceeded, uint16 slot);
bool AICheckCloseBeneficialSpells(NPC* caster, uint8 chance, float in_cast_range, uint32 spell_types);
bool AICheckCloseBeneficialSpells(NPC* caster, uint8 chance, float cast_range, uint32 spell_types);
void AIYellForHelp(Mob* sender, Mob* attacker);
void LevelScale();