From eb1352428d1eaca4653c9543bd73ca7fe2b5be53 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Thu, 14 Aug 2025 13:55:02 +0200 Subject: [PATCH] Update zone_barrens.sql --- sql/world/base/zone_barrens.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/world/base/zone_barrens.sql b/sql/world/base/zone_barrens.sql index 2d00735..b2507b2 100644 --- a/sql/world/base/zone_barrens.sql +++ b/sql/world/base/zone_barrens.sql @@ -210,6 +210,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_ -- Isha Iwak, Way Points +UPDATE `creature` SET `MovementType` = 2, `currentwaypoint` = 1 WHERE `guid` = 15085; + DELETE FROM `creature_addon` WHERE `guid` = 15085; INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES (15085, 34760, 0, 0, 0, 0, 0, NULL);