diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-02-10 04:04:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 04:04:31 +0100 |
commit | 43c6fa078b91cc0e08e4092a7d2eb2cafb448f32 (patch) | |
tree | d6b1da56b40404983d3bedbfce6a48f221711d6b | |
parent | 87f2cb04cada92590e163d60c729c9e6c1c270f5 (diff) |
Update 2017_02_09_01_world.sql
-rw-r--r-- | sql/updates/world/3.3.5/2017_02_09_01_world.sql | 2 |
1 files changed, 1 insertions, 1 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 index 1fc97fac13e..8f014fed0be 100644 --- 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 @@ -4,4 +4,4 @@ UPDATE `spell_target_position` SET `PositionX`=-11251.6, `PositionY`=-1703.42, ` 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) +(30120, 0, 532, -11234.2, -1698.46, 179.24, 0.67621, 0); |