We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8503b17 commit 0541786Copy full SHA for 0541786
1 file changed
src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_nefarian.cpp
@@ -224,6 +224,7 @@ struct boss_victor_nefarius : public BossAI
224
if (summon->GetEntry() != NPC_NEFARIAN && summon->GetEntry() != NPC_BONE_CONSTRUCT)
225
{
226
summon->UpdateEntry(NPC_BONE_CONSTRUCT);
227
+ summon->SetHomePosition(summon->GetPosition());
228
summon->SetUnitFlag(UNIT_FLAG_UNINTERACTIBLE);
229
summon->SetReactState(REACT_PASSIVE);
230
summon->SetStandState(UNIT_STAND_STATE_DEAD);
0 commit comments