Skip to content

Commit

Permalink
issue azerothcore#1 Adjusted spawn location anubar crusher
Browse files Browse the repository at this point in the history
repositioned anubar crusher to correct location.
  • Loading branch information
NexusWoW committed Jan 21, 2017
1 parent b863579 commit 9c4c050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class boss_hadronox : public CreatureScript
{
summons.DoAction(ACTION_DESPAWN_ADDS);
BossAI::Reset();
me->SummonCreature(NPC_ANUB_AR_CRUSHER, 542.9f, 519.5f, 741.24f, 2.14f);
me->SummonCreature(NPC_ANUB_AR_CRUSHER, 516.6f, 550.8f, 732.24f, 2.14f);
}

void DoAction(int32 param)
Expand Down

0 comments on commit 9c4c050

Please sign in to comment.