From 03528858147fb13bc1402e9cdb024e64763af904 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 14 Nov 2019 16:29:02 +0100 Subject: DB/Creature: Netherstorm Triangulation Point One Trigger & Netherstorm Triangulation Point Two Trigger Closes #23812 (cherry picked from commit b28fbba3cdd208ca33d9d8c1c546e4fd60b61c92) --- .../world/master/2021_12_18_66_world_2019_11_14_01_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2021_12_18_66_world_2019_11_14_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_18_66_world_2019_11_14_01_world.sql b/sql/updates/world/master/2021_12_18_66_world_2019_11_14_01_world.sql new file mode 100644 index 00000000000..efb1a55e806 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_66_world_2019_11_14_01_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (117621) AND `id`=20114; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(117621, 20114, 530, 0, 0, '0', 0, 0, 0, 3923.06, 3873.36, 180.752, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340); + +UPDATE `creature_template_addon` SET `auras`="34840 34832" WHERE `entry`=20086; +UPDATE `creature_template_addon` SET `auras`="34858 34832" WHERE `entry`=20114; -- cgit v1.2.3