From 522fe01e38a9a7e10a35a75ccb2dd277039c005e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 31 May 2016 13:39:25 +0200 Subject: DB/Spell: Teleport to Saurok Creation Pit Closes #16694 (by deleted account) --- sql/updates/world/6.x/2016_05_31_04_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/6.x/2016_05_31_04_world.sql (limited to 'sql') 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); -- cgit v1.2.3