mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[9854] Fix negative amounts for spell base damage/healing and fix heal effects to correctly benefit from heal increasing/reducing auras
This commit is contained in:
parent
7915d60765
commit
4c3d2805bd
8 changed files with 45 additions and 34 deletions
|
|
@ -57,6 +57,7 @@ pkgdata_DATA = \
|
|||
9803_01_mangos_spell_bonus_data.sql \
|
||||
9826_01_mangos_spell_script_target.sql \
|
||||
9849_01_characters_saved_variables.sql \
|
||||
9854_01_mangos_spell_bonus_data.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -94,4 +95,5 @@ EXTRA_DIST = \
|
|||
9803_01_mangos_spell_bonus_data.sql \
|
||||
9826_01_mangos_spell_script_target.sql \
|
||||
9849_01_characters_saved_variables.sql \
|
||||
9854_01_mangos_spell_bonus_data.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue