removed

Re: [Ascent][Newest Trunk] Quests

Hello everyone!

I recently ran an older comile of ascent (3_8_stable) on a debian box.
Everything worked fine.

Now i compiled the newest trunk version, and i didnt change the db.

My problem: Quest givers are there, but they do not give the quests!

any one know how to solve this? im running the following release (more specific)


Ok...Hope someone can help,

regards,
Sebkinne

EDIT: I did run the sql updates btw, didnt help...i rly dont think its my db


if its not your databse then what is it. You 100% didint run your Updates. No quests means Database problem cause thats where it comes from

run this

lter table quests add column RequiredTradeskillValue int(5) unsigned default 0 not null after RequiredTradeskill
 
Back