diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-31 13:39:25 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-31 13:39:25 +0200 |
| commit | 522fe01e38a9a7e10a35a75ccb2dd277039c005e (patch) | |
| tree | b95870e2b07e1394db02e2076eeb76e694bf6c79 | |
| parent | bc0c71add77a0510d6ff6eda7c245bf9a617004f (diff) | |
DB/Spell: Teleport to Saurok Creation Pit
Closes #16694 (by deleted account)
| -rw-r--r-- | sql/updates/world/6.x/2016_05_31_04_world.sql | 4 |
1 files changed, 4 insertions, 0 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 new file mode 100644 index 00000000000..73985c8a7c9 --- /dev/null +++ b/sql/updates/world/6.x/2016_05_31_04_world.sql @@ -0,0 +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); |
