aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-05-12 16:22:37 +0700
committertobmaps <spambot42@yandex.ru>2011-05-12 16:22:37 +0700
commitdce1a155653570fc2cfc3b7a742f6b599bd6ee25 (patch)
tree04e573a30a893659961768535530e056f660d91e /sql/updates
parent60d6788336b5d02d4bf998c6a8e2255fecb04393 (diff)
Core/Spells: Holy Concentration also should proc from Empowered Renew
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_05_12_01_world_spell_proc_event.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_12_01_world_spell_proc_event.sql b/sql/updates/world/2011_05_12_01_world_spell_proc_event.sql
new file mode 100644
index 00000000000..19dc84a570d
--- /dev/null
+++ b/sql/updates/world/2011_05_12_01_world_spell_proc_event.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc_event` SET `SpellFamilyMask2`=0x00001000 WHERE `entry` IN (34753,34859,34860);