diff options
author | Killyana <morphone1@gmail.com> | 2019-11-14 16:29:02 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-19 00:27:23 +0100 |
commit | 03528858147fb13bc1402e9cdb024e64763af904 (patch) | |
tree | 96c081e7e70e61dd0680cd66c40e29617cdddcc9 | |
parent | 589bdfda6da1024da2acccb215ca1190a0428666 (diff) |
DB/Creature: Netherstorm Triangulation Point One Trigger & Netherstorm Triangulation Point Two Trigger
Closes #23812
(cherry picked from commit b28fbba3cdd208ca33d9d8c1c546e4fd60b61c92)
-rw-r--r-- | sql/updates/world/master/2021_12_18_66_world_2019_11_14_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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; |