mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[8237] Apply attack power multiplier to creature bonus attackpower.
Note: mindmg/maxdmg in creature_template expected including attackpower part in its. attackpower field only show part of attackpower not affected by AP multiplier. Thanks also to Seizer for take part in reseach and patch review. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
6b2b58cec9
commit
e947acd59c
5 changed files with 11 additions and 3 deletions
|
|
@ -250,6 +250,7 @@ pkgdata_DATA = \
|
|||
8212_01_mangos_spell_proc_event.sql \
|
||||
8213_01_mangos_spell_bonus_data.sql \
|
||||
8227_01_mangos_spell_proc_event.sql \
|
||||
8237_01_mangos_creature_template.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -480,4 +481,5 @@ EXTRA_DIST = \
|
|||
8212_01_mangos_spell_proc_event.sql \
|
||||
8213_01_mangos_spell_bonus_data.sql \
|
||||
8227_01_mangos_spell_proc_event.sql \
|
||||
8237_01_mangos_creature_template.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue