From 02592bd9c875c0afe2469c7bfdfaadeb20e4bc73 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Thu, 24 Jul 2025 04:49:20 +0200 Subject: [PATCH] Update zone_darnassus.sql (#570) --- sql/world/base/zone_darnassus.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/world/base/zone_darnassus.sql b/sql/world/base/zone_darnassus.sql index 0a60ce6..43ce729 100644 --- a/sql/world/base/zone_darnassus.sql +++ b/sql/world/base/zone_darnassus.sql @@ -46,6 +46,6 @@ INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (4211, -350000); -- Batllemasters DELETE FROM `creature` WHERE `id1` IN (907, 2302, 5118); 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), -- Keras Wolfheart -(602302, 2302, 0, 9976.16, 2314.49, 1330.87, 0.750492, 120), -- Aethalas -(605118, 5118, 0, 9976.16, 2314.49, 1330.87, 0.750492, 120); -- Brogun Stoneshield +(600907, 907, 1, 9975.14, 2324.34, 1330.87, 0.0698132, 600), -- Keras Wolfheart +(602302, 2302, 1, 9977.6, 2313.53, 1330.87, 0.698132, 600), -- Aethalas +(605118, 5118, 1, 9923.77, 2323.84, 1330.87, 1.6057, 600); -- Brogun Stoneshield