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;