Skip to content

Commit

Permalink
Update boss_illidan.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
PkllonG committed Sep 7, 2024
1 parent 81dbf3f commit 6a7e461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/scripts/Outland/BlackTemple/boss_illidan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ enum FlameAzzinoth

struct npc_flame_of_azzinoth : public ScriptedAI
{
npc_flame_of_azzinoth(Creature* creature) : ScriptedAI(creature), _bladeSummoner(nullptr) { }
npc_flame_of_azzinoth(Creature* creature) : ScriptedAI(creature) { }

void IsSummonedBy(WorldObject* /*summoner*/) override
{
Expand Down

0 comments on commit 6a7e461

Please sign in to comment.