I found another mistake if someone would please take a look:
In the altadv_vars table Healing Gift V prereq_skill = 4479 (two 4s), but Healing Gift IV skill_id is 4779 (two 7s).
Here's a script to fix this if someone with the power will put it in the right place:
UPDATE altadv_vars SET prereq_skill = 4779 WHERE skill_id = 5592;
Thanks.
|