aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <none@none>2010-09-28 17:35:59 +0200
committerShauren <none@none>2010-09-28 17:35:59 +0200
commitd2117fd4ee1b0d85a3acd1ebe226ce9e77cea9ef (patch)
treed1e6229f6f49bfdd023bccb00a0aaa36f0662030 /sql/updates
parent6875626647538c91a7d1a8f3d08e638358784fb5 (diff)
Core/Spells: Fixed Shadowmourne proc
Scripts/Quests: Fixed quest 24547 (A Feast of Souls) Closes issue #2331. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10105_world_spell_proc_event.sql3
-rw-r--r--sql/updates/10105_world_spell_script_names.sql3
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/10105_world_spell_proc_event.sql b/sql/updates/10105_world_spell_proc_event.sql
new file mode 100644
index 00000000000..5c4c7586b4b
--- /dev/null
+++ b/sql/updates/10105_world_spell_proc_event.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc_event` WHERE `entry`=71903;
+INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
+(71903,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,20,0); -- Item - Shadowmourne Legendary
diff --git a/sql/updates/10105_world_spell_script_names.sql b/sql/updates/10105_world_spell_script_names.sql
new file mode 100644
index 00000000000..c1d7835a7b1
--- /dev/null
+++ b/sql/updates/10105_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=71905 AND `ScriptName`='spell_item_shadowmourne';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(71905,'spell_item_shadowmourne'); -- Item - Shadowmourne Legendary