From f992ebba277f6aa19d08dc7ec670fd5936be59f4 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Fri, 11 Jul 2025 11:17:04 +0200 Subject: [PATCH] Update zone_darnassus.sql --- sql/world/base/zone_darnassus.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sql/world/base/zone_darnassus.sql b/sql/world/base/zone_darnassus.sql index e1350fd..b9ab45c 100644 --- a/sql/world/base/zone_darnassus.sql +++ b/sql/world/base/zone_darnassus.sql @@ -94,3 +94,19 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry -- Dannelor DELETE FROM `npc_trainer` WHERE `ID`=4211; INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (4211, -350000); + + +-- Keras Wolfheart +DELETE FROM `creature` WHERE `id1`= 907; +INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES +(600907, 907, 0, 9976.16, 2314.49, 1330.87, 0.750492, 120); + +-- Aethalas +DELETE FROM `creature` WHERE `id1`= 2302; +INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES +(602302, 2302, 0, 9976.16, 2314.49, 1330.87, 0.750492, 120); + +-- Brogun Stoneshield +DELETE FROM `creature` WHERE `id1`= 5118; +INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES +(605118, 5118, 0, 9976.16, 2314.49, 1330.87, 0.750492, 120);