diff options
| author | Nevan <none@none> | 2009-07-30 20:42:40 +0200 |
|---|---|---|
| committer | Nevan <none@none> | 2009-07-30 20:42:40 +0200 |
| commit | 659a555bdce52b50d04d00266cd0afe38748a03c (patch) | |
| tree | 2c9f60c68eb2d4ac7d4851541f7cb9a0777ee10f /sql/updates | |
| parent | a2701d589d701fea31080b8b6ab9fad8102fea07 (diff) | |
*Fix Death Knight Bloodworms (Heal every hit)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4663_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/4663_world.sql b/sql/updates/4663_world.sql new file mode 100644 index 00000000000..a205226b0fd --- /dev/null +++ b/sql/updates/4663_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 50453; +INSERT INTO `spell_proc_event` (`entry`, `procFlags`, `CustomChance`) VALUES ('50453', '0x00000004', '100'); + +DELETE FROM `creature_template_addon` WHERE `entry` = 28017; +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES ('28017', '50453 0');
\ No newline at end of file |
