diff options
| author | Gustavo <sirikfoll@hotmail.com> | 2017-02-10 00:01:39 -0200 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2017-02-09 23:01:39 -0300 |
| commit | 87f2cb04cada92590e163d60c729c9e6c1c270f5 (patch) | |
| tree | dd5d3835b2129d1e244894bae997af8f77bde26f /sql | |
| parent | 8f00aa92de6c119ee664fd463ccd1f7bd8063760 (diff) | |
Core/Scripts Rework boss Terestian Illhoof (Karazhan) (#19057)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_02_09_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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) |
