mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
Values 0-8, used to display XP reward in client log. Please note that calculation of quest XP has changed, and formula must be corrected accordingly. Signed-off-by: NoFantasy <nofantasy@nf.no>
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;
|