From 87f2cb04cada92590e163d60c729c9e6c1c270f5 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) --- sql/updates/world/3.3.5/2017_02_09_01_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_02_09_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_02_09_01_world.sql b/sql/updates/world/3.3.5/2017_02_09_01_world.sql new file mode 100644 index 00000000000..1fc97fac13e --- /dev/null +++ b/sql/updates/world/3.3.5/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, `Orientation`=1.32986 WHERE `ID`=30171 AND `EffectIndex`=0; +UPDATE `spell_target_position` SET `PositionX`=-11251.6, `PositionY`=-1703.42, `PositionZ`=179.238, `Orientation`=6.1522 WHERE `ID`=30179 and`EffectIndex`=0; + +DELETE FROM `spell_target_position` WHERE `ID`=30120; +INSERT INTO `spell_target_position` (`ID`,`EffectIndex`,`MapID`,`PositionX`,`PositionY`,`PositionZ`,`Orientation`,`VerifiedBuild`)VALUES +(30120, 0, 532, -11234.2, -1698.46, 179.24, 0.67621, 0) -- cgit v1.2.3