diff options
| author | Shocker <shocker@freakz.ro> | 2011-05-19 12:32:29 +0300 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-05-19 12:32:29 +0300 |
| commit | ea9a83407f53be8307b8bcc168d780412af3a5e6 (patch) | |
| tree | 10d4aa7fb3eeb1c0644a2b08b0f697ad418e379d /sql/scripts | |
| parent | ed334aff2283c11e73ad2c7b0123bdcdb9ce5a6c (diff) | |
Core/Spells: Fix Lifeblood scaling with health
Based on Kapoeira's patch
Closes #817 and pull request #13
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index d0c266f1ba8..82b6cd76db9 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1911,6 +1911,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 57593, 'spell_generic_clone_weapon'), ( 52408, 'spell_gen_seaforium_blast'), ( 25281, 'spell_gen_turkey_marker'), +(-55428, 'spell_gen_lifeblood'), -- instances -- Black Temple ( 41475, 'spell_boss_lady_malande_shield'), |
