From 98d158ba909a4bb20bf8b043e31f9885335addb2 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 12 Feb 2023 21:27:46 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/ShatteredHalls):=20Spawned=20Hellfire=20?= =?UTF-8?q?Training=20Dummies=20in=20Shattere=E2=80=A6=20(#14964)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pending_db_world/rev_1676195324837213600.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1676195324837213600.sql diff --git a/data/sql/updates/pending_db_world/rev_1676195324837213600.sql b/data/sql/updates/pending_db_world/rev_1676195324837213600.sql new file mode 100644 index 000000000..0b53995ab --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1676195324837213600.sql @@ -0,0 +1,10 @@ +-- +SET @CGUID := 2000102; +DELETE FROM `creature` WHERE `id1`=17578; +INSERT INTO `creature` (`guid`, `id1`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@CGUID,17578,540,3714,0,3,1,0,512.174,205.351,2.00779,0.698132,7200,0,0,0,0,0,0,0,0,'',14545), +(@CGUID+1,17578,540,3714,0,3,1,0,512.93,186.96,2.00013,0.767945,7200,0,0,0,0,0,0,0,0,'',14545), +(@CGUID+2,17578,540,3714,0,3,1,0,525.067,176.656,2.01602,2.35619,7200,0,0,0,0,0,0,0,0,'',14545), +(@CGUID+3,17578,540,3714,0,3,1,0,508.17,131.228,2.01886,1.22173,7200,0,0,0,0,0,0,0,0,'',14545), +(@CGUID+4,17578,540,3714,0,3,1,0,512.597,119.766,1.99459,0.663225,7200,0,0,0,0,0,0,0,0,'',14545), +(@CGUID+5,17578,540,3714,0,3,1,0,523.467,119.278,1.94614,2.04204,7200,0,0,0,0,0,0,0,0,'',14545);