mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
3 lines
231 B
SQL
3 lines
231 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9297_01_mangos_item_template required_9309_01_mangos_quest_template bit;
|
|
|
|
ALTER TABLE quest_template ADD COLUMN RewXPId tinyint(3) unsigned NOT NULL default '0' AFTER NextQuestInChain;
|