Quote:
Originally Posted by Ruldain
Here is the only file that is tagged with 'error' in the title:
Code:
[12.21. - 10:14:59] [TASKS]Activities for Task 260 are not sequential starting at 0. Not loading task.
[12.21. - 10:14:59] [TASKS]Activity for non-existent task (260, 2) while loading activities from database
[12.21. - 10:14:59] [TASKS]Activity for non-existent task (260, 3) while loading activities from database
|
Yeah, somehow an entry was missed in the database. Here is the fix for that:
Code:
INSERT INTO `activities` (`taskid`, `activityid`, `step`, `activitytype`, `text1`, `text2`, `text3`, `goalid`, `goalmethod`, `goalcount`, `delivertonpc`, `zoneid`, `optional`) VALUES
(260, 0, 1, 1, 'Deliver 1 Tiny Gear #1 to James the Watchmaker', '', '', 37009, 0, 1, 202460, 202, 0);