From 2e419cda69b9d132f104d4159ca1de948608f46e Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Thu, 11 Sep 2025 20:58:44 +0200 Subject: [PATCH] Update zone_hellfire_peninsula.sql --- data/sql/world/base/zone_hellfire_peninsula.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/sql/world/base/zone_hellfire_peninsula.sql b/data/sql/world/base/zone_hellfire_peninsula.sql index c6b71a0..953e7b9 100644 --- a/data/sql/world/base/zone_hellfire_peninsula.sql +++ b/data/sql/world/base/zone_hellfire_peninsula.sql @@ -20,3 +20,6 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_ -- fix Arzeth the Merciless worldserver error UPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `id1` = 19354; + +-- fix Pit Commander worldserver error +UPDATE `smart_scripts` SET `event_type` = 61 WHERE `entryorguid` = 18945 AND `id` = 4;