diff --git a/src/naxx40Scripts/boss_heigan_40.cpp b/src/naxx40Scripts/boss_heigan_40.cpp index 431bc5e..1da88d3 100644 --- a/src/naxx40Scripts/boss_heigan_40.cpp +++ b/src/naxx40Scripts/boss_heigan_40.cpp @@ -232,7 +232,7 @@ public: { if (player->IsAlive() && !player->IsGameMaster()) { - if (player->GetPositionX() <= 2769.0f) + if (player->GetPositionY() <= -3735.0f) { player->KillSelf(); }