diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-06-28 18:04:56 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-06-28 18:04:56 +0200 |
commit | d3590f92c21b7a36bd2410eb17dfde068510e22a (patch) | |
tree | 7ed081d14acff33c8832464873c5f51fb850d373 /sql | |
parent | 9132cfe5e317f8fc4c58a7eb2c39d4f0e82002df (diff) |
DB/Quest: Master the Storm
By Killyana, closes #1883
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_06_28_06_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/2015_06_28_06_world.sql b/sql/updates/world/2015_06_28_06_world.sql new file mode 100644 index 00000000000..f8937aaf081 --- /dev/null +++ b/sql/updates/world/2015_06_28_06_world.sql @@ -0,0 +1,13 @@ +-- +DELETE FROM `spell_area` WHERE `spell` IN(46424); +INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES +(46424, 4119, 11896, 0, 0, 0, 2, 1, 10, 0), +(46424, 4035, 11896, 0, 0, 0, 2, 1, 10, 0), +(46424, 4146, 11896, 0, 0, 0, 2, 1, 10, 0), +(46424, 4116, 11896, 0, 0, 0, 2, 1, 10, 0), +(46424, 4117, 11896, 0, 0, 0, 2, 1, 10, 0), +(46424, 4037, 11896, 0, 0, 0, 2, 1, 10, 0); + +DELETE FROM `spell_scripts` WHERE `id`=46550; +INSERT INTO `spell_scripts` (`id`, `effIndex`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(46550, 0, 0, 14, 46424, 0, 0, 0, 0, 0, 0); |