aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <none@none>2010-09-02 16:48:03 +0300
committerShocker <none@none>2010-09-02 16:48:03 +0300
commit0c4c139b948ff1087ad583f98afc8328bc37e9d3 (patch)
treed34cd56d77424b27c70d0771194df4a9a25eda9b /sql/updates
parent15880d27eadbd3cdabf2ff2df607caf1229f48c9 (diff)
* Allow Waylay to proc from Backstab too (also remove PROC_EX_CRITICAL_HIT flag, invalid), closes issue 3009.
* Small filename typo fix --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9713_world_spell_bonus_data.sql (renamed from sql/updates/9712_world_spell_bonus_data.sql)0
-rw-r--r--sql/updates/9715_world_spell_proc_event.sql4
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/9712_world_spell_bonus_data.sql b/sql/updates/9713_world_spell_bonus_data.sql
index 05f16b269bf..05f16b269bf 100644
--- a/sql/updates/9712_world_spell_bonus_data.sql
+++ b/sql/updates/9713_world_spell_bonus_data.sql
diff --git a/sql/updates/9715_world_spell_proc_event.sql b/sql/updates/9715_world_spell_proc_event.sql
new file mode 100644
index 00000000000..f214fdf9b49
--- /dev/null
+++ b/sql/updates/9715_world_spell_proc_event.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (51692, 51696);
+INSERT INTO `spell_proc_event` VALUES
+( 51692, 0x00, 8, 0x00000204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Waylay (Rank 1)
+( 51696, 0x00, 8, 0x00000204, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Waylay (Rank 2)