diff options
author | Killyana <morphone1@gmail.com> | 2020-04-15 15:06:37 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-04-15 15:06:37 +0200 |
commit | 36ba94c007a20f5ab7c961b2e8b1ddde1372662c (patch) | |
tree | 3691125506a61990eba41c963d4d6a89d7c0b701 | |
parent | 80803039c2cb5f418d2563d23154140f331b9b1d (diff) |
DB/Spell: Lok'lira's Bargain
ref #24408
-rw-r--r-- | sql/updates/world/3.3.5/2020_04_15_02_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_15_02_world.sql b/sql/updates/world/3.3.5/2020_04_15_02_world.sql new file mode 100644 index 00000000000..cd3b450be19 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_04_15_02_world.sql @@ -0,0 +1,13 @@ +-- +DELETE FROM `spell_area` WHERE `spell` IN (55012,72914); +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES +(55012, 4422, 12841, 0, 0, 0, 2, 1, 64, 0), -- Brunnhildar Village +(55012, 4425, 12841, 0, 0, 0, 2, 1, 64, 0), -- The Forlorn Mine +(55012, 4535, 12841, 0, 0, 0, 2, 1, 64, 0), -- The Pit of the Fang +(55012, 4455, 12841, 0, 0, 0, 2, 1, 64, 0), -- Hibernal Cavern +(55012, 4437, 12841, 12924, 0, 0, 2, 1, 64, 1), -- Valley of Ancient Winters +(55012, 4438, 12841, 12924, 0, 0, 2, 1, 64, 1), -- Dun Niffelem +(55012, 4430, 12886, 13064, 0, 0, 2, 1, 74, 1); -- temple of storm 12886 +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-55012; +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES +(-55012,-72914,0,"Lok'lira's Bargain"); |