mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +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
6
sql/updates/8828_02_mangos_instance_template.sql
Normal file
6
sql/updates/8828_02_mangos_instance_template.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_8818_01_mangos_mangos_string required_8828_02_mangos_instance_template bit;
|
||||
|
||||
ALTER TABLE instance_template
|
||||
DROP COLUMN maxPlayers,
|
||||
DROP COLUMN maxPlayersHeroic,
|
||||
DROP COLUMN reset_delay;
|
||||
Loading…
Add table
Add a link
Reference in a new issue