diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2018_10_11_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_11_00_world.sql b/sql/updates/world/3.3.5/2018_10_11_00_world.sql new file mode 100644 index 00000000000..29ada0139aa --- /dev/null +++ b/sql/updates/world/3.3.5/2018_10_11_00_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spell_target_position` WHERE (`ID`=57515 AND `EffectIndex`=1) OR (`ID`=65138 AND `EffectIndex`=0); +INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `VerifiedBuild`) VALUES +(57515, 1, 1, 7845.03, -2222.38, 469.268, 26899), -- Spell: Waking from a Fitful Dream Efffect: 252 (SPELL_EFFECT_TELEPORT_UNITS) +(65138, 0, 571, 4042.93, 7097.24, 171, 26365); -- Spell: Summon Keristrasza Vehicle Efffect: 28 (SPELL_EFFECT_SUMMON) |
