From f038f78cc1ac188dedac663631cb11d977dc168a Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Fri, 11 Jul 2025 11:18:54 +0200 Subject: [PATCH] Update zone_ironforge.sql --- sql/world/base/zone_ironforge.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sql/world/base/zone_ironforge.sql b/sql/world/base/zone_ironforge.sql index 628a3ee..5c0e18d 100644 --- a/sql/world/base/zone_ironforge.sql +++ b/sql/world/base/zone_ironforge.sql @@ -122,3 +122,19 @@ INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (5172, 4487); -- Nissa Firestone DELETE FROM `npc_trainer` WHERE `ID`=5150; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (5150, -350000); + + +-- Donal Osgood +DELETE FROM `creature` WHERE `id1`= 857; +INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES +(600857, 857, 0, -5038.18, -1266.1, 510.408, 3.82227, 120); + +-- Glordrum Steelbeard +DELETE FROM `creature` WHERE `id1`= 12197; +INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES +(612197, 12197, 0, -5038.18, -1266.1, 510.408, 3.82227, 120); + +-- Lylandris +DELETE FROM `creature` WHERE `id1`= 14982; +INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES +(614982, 14982, 0, -5038.18, -1266.1, 510.408, 3.82227, 120);