diff options
| author | Killyana <morphone1@gmail.com> | 2020-04-15 15:06:37 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-01 15:53:10 +0100 |
| commit | 8a26afd54800e9c4b9c24f75a938e403a341a278 (patch) | |
| tree | 3521742a2b85955536110e4f310d3ef792247306 | |
| parent | 3704243f9b71764e4fea2f133bf73c0bd16fd5c4 (diff) | |
DB/Spell: Lok'lira's Bargain
ref #24408
(cherry picked from commit 36ba94c007a20f5ab7c961b2e8b1ddde1372662c)
| -rw-r--r-- | sql/updates/world/master/2022_01_01_19_world_2020_04_15_02_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_01_19_world_2020_04_15_02_world.sql b/sql/updates/world/master/2022_01_01_19_world_2020_04_15_02_world.sql new file mode 100644 index 00000000000..d868ab4c6b5 --- /dev/null +++ b/sql/updates/world/master/2022_01_01_19_world_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`, `flags`, `quest_start_status`, `quest_end_status`) VALUES +(55012, 4422, 12841, 0, 0, 0, 2, 3, 64, 0), -- Brunnhildar Village +(55012, 4425, 12841, 0, 0, 0, 2, 3, 64, 0), -- The Forlorn Mine +(55012, 4535, 12841, 0, 0, 0, 2, 3, 64, 0), -- The Pit of the Fang +(55012, 4455, 12841, 0, 0, 0, 2, 3, 64, 0), -- Hibernal Cavern +(55012, 4437, 12841, 12924, 0, 0, 2, 3, 64, 1), -- Valley of Ancient Winters +(55012, 4438, 12841, 12924, 0, 0, 2, 3, 64, 1), -- Dun Niffelem +(55012, 4430, 12886, 13064, 0, 0, 2, 3, 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"); |
