diff options
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) |
