mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
[8992] Fixed spell proc data for
* 19184 and ranks * 53290 and ranks * 34506 and ranks * 35100 and ranks * 46913 and ranks * 51521 and ranks (use cooldown for prevent triggred spells proccessing) * also 34457, 20784 Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
2defba515e
commit
a108dc0d39
6 changed files with 127 additions and 18 deletions
|
|
@ -203,6 +203,8 @@ pkgdata_DATA = \
|
|||
8980_01_mangos_spell_bonus_data.sql \
|
||||
8981_01_mangos_spell_proc_event.sql \
|
||||
8988_01_mangos_spell_proc_event.sql \
|
||||
8992_01_mangos_spell_proc_event.sql \
|
||||
8992_02_mangos_spell_chain.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -386,4 +388,6 @@ EXTRA_DIST = \
|
|||
8980_01_mangos_spell_bonus_data.sql \
|
||||
8981_01_mangos_spell_proc_event.sql \
|
||||
8988_01_mangos_spell_proc_event.sql \
|
||||
8992_01_mangos_spell_proc_event.sql \
|
||||
8992_02_mangos_spell_chain.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue