Skip to content

Commit

Permalink
fix(build): EnterCombat -> JustEngagedWith (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu authored Feb 13, 2023
2 parents 067f780 + 6b88021 commit 53514a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LuaEngine/ElunaCreatureAI.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct ElunaCreatureAI : ScriptedAI
}
}

#ifdef TRINITY
#if defined TRINITY || AZEROTHCORE
// Called for reaction when initially engaged - this will always happen _after_ JustEnteredCombat
// Called at creature aggro either by MoveInLOS or Attack Start
void JustEngagedWith(Unit* target) override
Expand Down

0 comments on commit 53514a2

Please sign in to comment.