diff options
| author | Killyana <morphone1@gmail.com> | 2018-10-11 14:23:58 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-10-11 14:23:58 +0200 |
| commit | 312e9ef1656f9b90f2be369dfe69c9364532ceb7 (patch) | |
| tree | cb4598fa30ec5afa2f775775a368042d346b7f77 | |
| parent | 1e99f98327189c00e9e5e552d332120f12d38f03 (diff) | |
DB/Spell: Add some spell target position
| -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) |
