diff options
| author | Anubisss <none@none> | 2010-05-16 16:46:13 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2010-05-16 16:46:13 +0200 |
| commit | 3c04ef6e1e183f0c4f3a170ad5cdeb8b8ad1a551 (patch) | |
| tree | 59682aa2cc0dabaced46c4b001732fdae0f70c8a /sql/updates | |
| parent | a1ef8aaa66f328b5784d99465cd507b28d4c357f (diff) | |
Fix the bug that Shield Specialization triggered just on block instead of block, parry and dodge.
Patch by ainscu.
Fixes issue #715.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8212_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8212_world_spell_proc_event.sql b/sql/updates/8212_world_spell_proc_event.sql new file mode 100644 index 00000000000..7d9e4f3ec25 --- /dev/null +++ b/sql/updates/8212_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE spell_proc_event SET procEx = 0x00000070 WHERE entry IN (12298, 12724, 12725, 12726, 12727); -- Shield Specialization |
