diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-05-26 00:24:53 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-05-26 00:24:53 +0200 |
commit | 07b736dc7109a94ba9f40d7a7948846ad68626e7 (patch) | |
tree | 2522568f1381ee45a6c70547abc805b8df80c15f | |
parent | bbca1c94a9b50953ee658b0a3df40752e4d999cf (diff) |
DB/Misc: Hex of Jammal'an
By Killyana, closes #12705
-rw-r--r-- | sql/updates/world/2015_05_26_02_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_26_02_world.sql b/sql/updates/world/2015_05_26_02_world.sql new file mode 100644 index 00000000000..d56e45a1514 --- /dev/null +++ b/sql/updates/world/2015_05_26_02_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (12479, 12480, -12480) AND `spell_effect` IN (12480, 530, -530); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(12479, 12480, 0, 'Hex of Jammal''an'), +(12480, 530, 0, 'Hex of Jammal''an'), +(-12480, -530, 0, 'Hex of Jammal''an'); + +UPDATE `smart_scripts` SET `event_type`=0, `Comment`= "Jammal'an the Prophet - In combat - Cast 'Hex of Jammal'an' (Phase 1)" WHERE `entryorguid`=5710 AND `source_Type`=0 AND `id`=5; |