From 7fbae7530dd97294821fb2ac58589b49b0040db4 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Fri, 10 Feb 2017 00:01:39 -0200 Subject: Core/Scripts Rework boss Terestian Illhoof (Karazhan) (#19057) (cherrypicked from 87f2cb04cada92590e163d60c729c9e6c1c270f5) --- .../world/master/2019_06_15_11_world_2017_02_09_01_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2019_06_15_11_world_2017_02_09_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2019_06_15_11_world_2017_02_09_01_world.sql b/sql/updates/world/master/2019_06_15_11_world_2017_02_09_01_world.sql new file mode 100644 index 00000000000..5be733fb530 --- /dev/null +++ b/sql/updates/world/master/2019_06_15_11_world_2017_02_09_01_world.sql @@ -0,0 +1,7 @@ +UPDATE `creature_template` SET `unit_flags`=33555200 WHERe `entry`=17265; +UPDATE `spell_target_position` SET `PositionX`=-11240.5, `PositionY`=-1717.25, `PositionZ`=179.238 WHERE `ID`=30171 AND `EffectIndex`=0; -- `Orientation`=1.32986 +UPDATE `spell_target_position` SET `PositionX`=-11251.6, `PositionY`=-1703.42, `PositionZ`=179.238 WHERE `ID`=30179 and`EffectIndex`=0; -- `Orientation`=6.1522 + +DELETE FROM `spell_target_position` WHERE `ID`=30120; +INSERT INTO `spell_target_position` (`ID`,`EffectIndex`,`MapID`,`PositionX`,`PositionY`,`PositionZ`,`VerifiedBuild`)VALUES +(30120, 0, 532, -11234.2, -1698.46, 179.24, 0); -- `Orientation`=0.67621 -- cgit v1.2.3