Update zone_hellfire_peninsula.sql

This commit is contained in:
Grimfeather
2025-09-11 20:58:44 +02:00
committed by GitHub
parent c5bb70570f
commit 2e419cda69

View File

@@ -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;