From 2564f5470afbe8e47bf8efdd0f41939d5ff6d3d8 Mon Sep 17 00:00:00 2001 From: Astellar Date: Mon, 11 Jan 2010 18:58:23 +0300 Subject: Fixes Issue #153. Earth Shield should not proc from positive spells. So flag PROC_FLAG_TAKEN_POSITIVE_MAGIC_SPELL is removed. --HG-- branch : trunk --- sql/updates/6967_world_spell_proc_event.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/6967_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/6967_world_spell_proc_event.sql b/sql/updates/6967_world_spell_proc_event.sql new file mode 100644 index 00000000000..44893a71f38 --- /dev/null +++ b/sql/updates/6967_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE spell_proc_event SET procFlags = 139944 WHERE entry IN (974, 32593, 32594, 49283, 49284); \ No newline at end of file -- cgit v1.2.3