diff options
author | Kandera <KanderaDev@gmail.com> | 2012-06-25 12:15:42 -0400 |
---|---|---|
committer | Kandera <KanderaDev@gmail.com> | 2012-06-25 12:15:42 -0400 |
commit | 1f0ecf2c3e7e153d53c65974327425a7a26eb25f (patch) | |
tree | f21900e1cd36e90af81f909188dcc16e94996a71 | |
parent | da6904a324d9c3aba3d4b620052d8fd1ce43bc90 (diff) |
DB/Spells: fix death strike double procing the heal effect. according to sniffs this should only be done for the main hand.
-rw-r--r-- | sql/updates/world/2012_06_25_00_world_spell_script_names.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_06_25_00_world_spell_script_names.sql b/sql/updates/world/2012_06_25_00_world_spell_script_names.sql new file mode 100644 index 00000000000..51f3e19f5bc --- /dev/null +++ b/sql/updates/world/2012_06_25_00_world_spell_script_names.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = -66188; |