adjusted the sql script as a column has changed.

main
hecht 9 years ago
parent a73a66ac91
commit b11600ed89

@ -1330,6 +1330,7 @@ DROP TABLE IF EXISTS `quests`;
CREATE TABLE `quests` (
`charid` int(11) NOT NULL,
`dauer` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`cancel` timestamp NULL,
`st` int(11) NOT NULL,
`sp` int(11) NOT NULL,
`ver` int(11) NOT NULL,

Loading…
Cancel
Save