mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[11040] Fixed spell bonuses apply to healing from 58757
Thanks Lynx3d for help in patch writing.
This commit is contained in:
parent
f2e78cdded
commit
bf04f46011
7 changed files with 45 additions and 4 deletions
|
|
@ -155,6 +155,8 @@ pkgdata_DATA = \
|
|||
11018_01_mangos_command.sql \
|
||||
11023_01_mangos_spell_threat.sql \
|
||||
11036_01_mangos_spell_threat.sql \
|
||||
11040_01_mangos_spell_chain.sql \
|
||||
11040_02_mangos_spell_bonus_data.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -290,4 +292,6 @@ EXTRA_DIST = \
|
|||
11018_01_mangos_command.sql \
|
||||
11023_01_mangos_spell_threat.sql \
|
||||
11036_01_mangos_spell_threat.sql \
|
||||
11040_01_mangos_spell_chain.sql \
|
||||
11040_02_mangos_spell_bonus_data.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue