aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-06-18 01:34:17 +0700
committertobmaps <spambot42@yandex.ru>2011-06-18 01:34:17 +0700
commit3a8702b8a4cb440454f812dfc4fcb67204cac8d6 (patch)
tree459996eb592951f0e5d714ef0cf2db6c8ff409c0 /sql/updates
parent73c84f5fcfc3900e757d3dcde75df4965bbd3c51 (diff)
Core/Spells: Fix Victory Rush
Closes #2020
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_06_17_07_world_spell_proc_event.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_17_07_world_spell_proc_event.sql b/sql/updates/world/2011_06_17_07_world_spell_proc_event.sql
new file mode 100644
index 00000000000..8a9f45c30a7
--- /dev/null
+++ b/sql/updates/world/2011_06_17_07_world_spell_proc_event.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc_event` WHERE `entry` = 32216;
+INSERT INTO `spell_proc_event` VALUES
+(32216,0,4,0,0x100,0,0x10,0,0,0,0);