From 3c04ef6e1e183f0c4f3a170ad5cdeb8b8ad1a551 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Sun, 16 May 2010 16:46:13 +0200 Subject: 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 --- sql/updates/8212_world_spell_proc_event.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/8212_world_spell_proc_event.sql (limited to 'sql/updates') 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 -- cgit v1.2.3