diff options
| author | Subv <s.v.h21@hotmail.com> | 2012-04-14 20:03:47 -0500 |
|---|---|---|
| committer | Subv <s.v.h21@hotmail.com> | 2012-04-14 20:08:16 -0500 |
| commit | 3d8aaabaf3f4c627a583ff8c5a611a7b02400931 (patch) | |
| tree | f13064d5bd0dd0ab17fd08b1d8aa9b04e73774a7 /sql/updates | |
| parent | 8a33ddc010a4be4a181191d2b8b06dee611a1a9c (diff) | |
Core/Spells: Do not proc spells with PROC_FLAG_DONE_SPELL_MAGIC_DMG_CLASS_(NEG|POS) if there is no target, reimplemented Storm, Earth and Fire talent in another way
Closes #3367
Closes #2424
If you find more spells that are broken because of this, please notify us
Signed-off-by: Subv <s.v.h21@hotmail.com>
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_04_14_05_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_14_05_world_spell_proc_event.sql b/sql/updates/world/2012_04_14_05_world_spell_proc_event.sql new file mode 100644 index 00000000000..8cb2b1d3d2b --- /dev/null +++ b/sql/updates/world/2012_04_14_05_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (51486,51485,51483); |
