mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 00:19:59 +01:00
DB/Spell: Teleport to Saurok Creation Pit
Closes #16694 (by deleted account)
This commit is contained in:
4
sql/updates/world/6.x/2016_05_31_04_world.sql
Normal file
4
sql/updates/world/6.x/2016_05_31_04_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user