aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-05-12 16:27:37 +0700
committertobmaps <spambot42@yandex.ru>2011-05-12 16:27:37 +0700
commite68d1ddfccc02fbd1076e9a62b8550d99e638db6 (patch)
treee28d0d9536f3213905d7d258842de330fb8ec72f /sql/updates
parentdce1a155653570fc2cfc3b7a742f6b599bd6ee25 (diff)
Core/Spells: Threat of Thassarian also should proc from Plague Strike
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_05_12_02_world_spell_proc_event.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_12_02_world_spell_proc_event.sql b/sql/updates/world/2011_05_12_02_world_spell_proc_event.sql
new file mode 100644
index 00000000000..60b6bcc32a7
--- /dev/null
+++ b/sql/updates/world/2011_05_12_02_world_spell_proc_event.sql
@@ -0,0 +1 @@
+UPDATE `spell_proc_event` SET `SpellFamilyMask0`=`SpellFamilyMask0`|0x00000001 WHERE `entry` IN (66192,66191,65661);