diff options
| author | Retriman <nicolas_katre@hotmail.com> | 2011-05-17 17:53:24 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-17 17:53:24 +0700 |
| commit | 2086eb37e8c865f28d8b239ac920ba4e63860fde (patch) | |
| tree | 11e9705f266e2ccda103ce5e12d842153ea51691 /sql/updates | |
| parent | a29044373877b56825917e59bcfdaa74cbac70b8 (diff) | |
Core/Spells: Taste for Blood should proc only from actual damage done
Closes #922
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_17_00_world_spell_proc_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_17_00_world_spell_proc_event.sql b/sql/updates/world/2011_05_17_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..af1cc8dfa8c --- /dev/null +++ b/sql/updates/world/2011_05_17_00_world_spell_proc_event.sql @@ -0,0 +1 @@ +UPDATE `spell_proc_event` SET `procEx` = 0x00040000 WHERE `entry` IN (56636, 56637, 56638); |
