aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-07-04 07:01:51 +0700
committertobmaps <spambot42@yandex.ru>2011-07-04 07:01:51 +0700
commitf513c35b5a977a225fdc662b9b976ae47078ca2c (patch)
tree781c62a787d132b631293b5eba40c17389fe2185 /sql/updates
parent81d3ca802778300dc6817e755cd3586ce8a5cf8b (diff)
Core/Spells: Fix talent Damage Shield
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_07_04_02_world_spell_proc_event.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_07_04_02_world_spell_proc_event.sql b/sql/updates/world/2011_07_04_02_world_spell_proc_event.sql
new file mode 100644
index 00000000000..f848fc52279
--- /dev/null
+++ b/sql/updates/world/2011_07_04_02_world_spell_proc_event.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc_event` SET `procEx` = `procEx`|0x42000 WHERE `entry` IN (58872,58874);