mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[8213] Update code for talent 17962.
* Fixed place, basic dependent from 2 auras type at target and damage calculation. * Avoid double apply spell bonus from original effect and talent self. Signed-off-by: VladimirMangos <vladimir@getmangos.com> This is first patch in series for resolve all problem suggested by different authors. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
b047a62259
commit
eba34304ea
6 changed files with 29 additions and 19 deletions
|
|
@ -248,6 +248,7 @@ pkgdata_DATA = \
|
|||
8191_01_mangos_spell_affect.sql \
|
||||
8211_01_mangos_spell_proc_event.sql \
|
||||
8212_01_mangos_spell_proc_event.sql \
|
||||
8213_01_mangos_spell_bonus_data.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -476,4 +477,5 @@ EXTRA_DIST = \
|
|||
8191_01_mangos_spell_affect.sql \
|
||||
8211_01_mangos_spell_proc_event.sql \
|
||||
8212_01_mangos_spell_proc_event.sql \
|
||||
8213_01_mangos_spell_bonus_data.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue