Quote:
Originally Posted by therealjjj77
Third, in the AAs bards are supposed to also get the "fury of magic" line of AAs. There are other AAs that they get too but the "fury of magic" line should be an easy fix since it's just a cut and paste from other classes.
|
This should do the trick:
Code:
UPDATE altadv_vars SET classes = (classes & 256) WHERE skill_id = 443
Or, the more direct way:
Code:
UPDATE altadv_vars SET classes = 27972 WHERE skill_id = 443