mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[9262] Allow larger value in database quest_template.QuestFlags
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
c52331d680
commit
203faef9fd
5 changed files with 9 additions and 4 deletions
3
sql/updates/9262_01_mangos_quest_template.sql
Normal file
3
sql/updates/9262_01_mangos_quest_template.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9244_02_mangos_spell_chain required_9262_01_mangos_quest_template bit;
|
||||
|
||||
ALTER TABLE quest_template CHANGE COLUMN QuestFlags QuestFlags mediumint(8) UNSIGNED NOT NULL default '0';
|
||||
Loading…
Add table
Add a link
Reference in a new issue