diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-11-11 19:05:12 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-11-11 19:05:12 +0700 |
| commit | 4c44085dfaa3f751b08e99e4b6260618d3c37f13 (patch) | |
| tree | 401b422632ada4027ba4ab70895234a5b5a6f4ac /sql/updates | |
| parent | 847fc35e6d546784bef6ea54905f622996e58ad2 (diff) | |
Core/Spells: Fix typo in 922a174683b93e46510c12836d37f3a85e994781 and drop wrong check that breaks Judgements of the Just talent. Thx to Greymane for pointing out problem
Closes #2377
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_11_11_00_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_11_00_world_spell_proc_event.sql b/sql/updates/world/2011_11_11_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..997ede4a886 --- /dev/null +++ b/sql/updates/world/2011_11_11_00_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procFlags`=0x10 WHERE `entry` IN (20335,20336,20337,53695,53696); |
