diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-31 16:19:18 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-31 16:19:18 +0200 |
commit | 0e47d4211bc3409dfddeb735a9862bd16247827c (patch) | |
tree | 476868446e2967284619d016085f2eded36acab1 | |
parent | 8e7d59abcc21077552ffdb635ea0de0edbf5b9fb (diff) |
Update 2016_05_31_04_world.sql
-rw-r--r-- | sql/updates/world/6.x/2016_05_31_04_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/6.x/2016_05_31_04_world.sql b/sql/updates/world/6.x/2016_05_31_04_world.sql index 73985c8a7c9..4c1cc0586e4 100644 --- a/sql/updates/world/6.x/2016_05_31_04_world.sql +++ b/sql/updates/world/6.x/2016_05_31_04_world.sql @@ -1,4 +1,4 @@ -- DELETE FROM `spell_target_position` WHERE `ID` = 140395; INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`) VALUES -(140395,0,1098,5633.36,4679.78,55.6488,210.507); +(140395,0,1098,5633.36,4679.78,55.6488); |