diff options
| author | Astellar <none@none> | 2010-01-11 18:58:23 +0300 |
|---|---|---|
| committer | Astellar <none@none> | 2010-01-11 18:58:23 +0300 |
| commit | 2564f5470afbe8e47bf8efdd0f41939d5ff6d3d8 (patch) | |
| tree | 8cffb5b3cfe018846c68ece5985e28cb3b0b058f /sql/updates | |
| parent | 378388d0a6830e45312b6da43344ebbfbde7c0f4 (diff) | |
Fixes Issue #153. Earth Shield should not proc from positive spells. So flag PROC_FLAG_TAKEN_POSITIVE_MAGIC_SPELL is removed.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6967_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
