[Help] About Ascent revs...

Newbie Spellweaver
Joined
Jul 20, 2007
Messages
31
Reaction score
0
Hello! As i saw, the latest revs of ascent cant be executed (at least for me), it just says smt about access violation on 0x786916 or smt like this, and closes. If you know anything about it pls post.

Now, id also like to ask which rev is the most stable atm, and if you could post some links to it!!

Thanks for your time.
 
try to run this
Code:
alter table creature_spawns add column channel_spell int(30) not null default 0;
alter table creature_spawns add column channel_target_sqlid int(30) not null default 0;
alter table creature_spawns add column channel_target_sqlid_creature int(30) not null default 0;

That should fix it
 
Back