Quote:
Originally Posted by revloc02c
Found another question:
Veteran's Wrath cites 445 as the prereq_skill, but that is the third rank of Fury of Ages skill_id 443. So should the prereq_skill actually be 443?
In game it says Veteran's Wrath "has no previous ability requirements"
Perhaps someone in the know could also check this potential issue.
Thanks.
|
Here's a script to fix this problem in case anyone needs it.
UPDATE altadv_vars SET prereq_skill = 443 WHERE skill_id = 1041;