mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Tweak SQL
This commit is contained in:
parent
0765d273ea
commit
c35e010461
@ -1,2 +1,3 @@
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user