mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
8
sql/updates/world/3.3.5/2016_07_15_03_world.sql
Normal file
8
sql/updates/world/3.3.5/2016_07_15_03_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `spell_target_position` WHERE `ID`=42200;
|
||||
INSERT INTO `spell_target_position` (`ID`, `EffectIndex`, `MapID`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `VerifiedBuild`) VALUES
|
||||
(42200, 0, 1, 5010.165039, -4554.938965, 852.146362, 0.883979, 0);
|
||||
|
||||
DELETE FROM `spell_area` WHERE `spell`=42202;
|
||||
INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
|
||||
(42202, 616, 0, 0, 0, 0, 2, 1, 64, 11);
|
||||
Reference in New Issue
Block a user