Update zone_barrens.sql

This commit is contained in:
Grimfeather
2025-08-14 13:55:02 +02:00
committed by GitHub
parent 2bbeb21d84
commit eb1352428d

View File

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