From 312e9ef1656f9b90f2be369dfe69c9364532ceb7 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 11 Oct 2018 14:23:58 +0200 Subject: DB/Spell: Add some spell target position --- sql/updates/world/3.3.5/2018_10_11_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_10_11_00_world.sql (limited to 'sql/updates') 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) -- cgit v1.2.3