From 9a51debc07644a80891f01510f697509fcebb4b7 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:49:36 +0100 Subject: [PATCH] Update zone_tirisfal_glades.sql --- data/sql/world/base/zone_tirisfal_glades.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/sql/world/base/zone_tirisfal_glades.sql b/data/sql/world/base/zone_tirisfal_glades.sql index 6aea0b6..db328e7 100644 --- a/data/sql/world/base/zone_tirisfal_glades.sql +++ b/data/sql/world/base/zone_tirisfal_glades.sql @@ -116,7 +116,8 @@ UPDATE `creature_loot_template` SET `Chance` = 80 WHERE `Entry` = 1890 AND `Item -- Undertaker Mordo DELETE FROM `creature` WHERE `id1` = 1568; -INSERT INTO `creature` (`id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES (1568, 0, 1678.99, 1667.86, 135.855, 3.76991, 300); +INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES +(601568, 1568, 0, 1678.99, 1667.86, 135.855, 3.76991, 300); -- update npc names UPDATE `creature_template` SET `name` = 'Wretched Zombie' WHERE `entry` = 1502; -- Wretched Zombie