diff options
author | tobmaps <spambot42@yandex.ru> | 2011-12-24 16:43:59 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-12-24 16:43:59 +0700 |
commit | 4fa2ef5a1624c65da562aea81c60041b5c7b84db (patch) | |
tree | e9684f8d25cc6f33f9e575a1fdc1246c22634218 | |
parent | 15bd8f3cd51e908b0a56577119b7949a2bcb89ec (diff) |
Core/Spells: Fix wrong proc of talent Throwing Specialization from Throw ability
-rw-r--r-- | sql/updates/world/2011_12_24_00_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_24_00_world_spell_proc_event.sql b/sql/updates/world/2011_12_24_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..f25fa4c4856 --- /dev/null +++ b/sql/updates/world/2011_12_24_00_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `SpellFamilyMask0` = 0 WHERE `entry` IN (5952,51679); |