mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Bunch of work
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
ALTER TABLE `tasks` ADD `type` TINYINT NOT NULL DEFAULT '0' AFTER `id`;
|
||||
ALTER TABLE `tasks` ADD `duration_code` TINYINT NOT NULL DEFAULT '0' AFTER `duration`;
|
||||
UPDATE `tasks` SET `type` = '2'; -- we were treating them all as quests
|
||||
ALTER TABLE `character_tasks` ADD `type` TINYINT NOT NULL DEFAULT '0' AFTER `slot`;
|
||||
UPDATE `character_tasks` SET `type` = '2'; -- we were treating them all as quests
|
||||
|
||||
Reference in New Issue
Block a user