mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[10660] Make quest for game event be independent of source
Create new table and convert existing data. Simplify how game event quests are activated during event by adding generic function to set quest active/inactive. Any quest in game_event_quest are disabled until event start (and deactivated once stopped) Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
1370ead743
commit
449a708728
12 changed files with 97 additions and 67 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef __REVISION_SQL_H__
|
||||
#define __REVISION_SQL_H__
|
||||
#define REVISION_DB_CHARACTERS "required_10655_01_characters_character_queststatus_monthly"
|
||||
#define REVISION_DB_MANGOS "required_10654_01_mangos_game_event_creature_quest"
|
||||
#define REVISION_DB_MANGOS "required_10660_01_mangos_game_event_quest"
|
||||
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
|
||||
#endif // __REVISION_SQL_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue