Thread: Bard Issues
View Single Post
  #2  
Old 04-06-2008, 12:23 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by therealjjj77 View Post
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
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote