mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[8828] Independent instance reset time for different difficulties.
* Store reset time for map/difficulty pairs. * Use DBC data for reset time and max players instead `instance_template` fields (dropped) for each existed map/difficulty pair. * Fix some "heroic" related checks in spells/etc.
This commit is contained in:
parent
70fb82b262
commit
37ba6623bb
19 changed files with 149 additions and 124 deletions
|
|
@ -158,6 +158,8 @@ pkgdata_DATA = \
|
|||
8803_02_mangos_playercreateinfo_action.sql \
|
||||
8815_01_mangos_mangos_string.sql \
|
||||
8818_01_mangos_mangos_string.sql \
|
||||
8828_01_characters_instance_reset.sql \
|
||||
8828_02_mangos_instance_template.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -296,4 +298,6 @@ EXTRA_DIST = \
|
|||
8803_02_mangos_playercreateinfo_action.sql \
|
||||
8815_01_mangos_mangos_string.sql \
|
||||
8818_01_mangos_mangos_string.sql \
|
||||
8828_01_characters_instance_reset.sql \
|
||||
8828_02_mangos_instance_template.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue