aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-11-14 16:29:02 +0100
committerKillyana <morphone1@gmail.com>2019-11-14 16:29:02 +0100
commitb28fbba3cdd208ca33d9d8c1c546e4fd60b61c92 (patch)
treecf7652a8617443f17d7513b9833c6aebc6111c92 /sql
parente0edc20f8ff11c61df31bc78b22f50f156042fe3 (diff)
DB/Creature: Netherstorm Triangulation Point One Trigger & Netherstorm Triangulation Point Two Trigger
Closes #23812
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_11_14_01_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_11_14_01_world.sql b/sql/updates/world/3.3.5/2019_11_14_01_world.sql
new file mode 100644
index 00000000000..028604de7c8
--- /dev/null
+++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `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, 1, 1, 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;