View Single Post
  #2  
Old 04-18-2011, 06:50 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

You can change the max level in the rule_values table of the database. If you don't want to find the setting then edit and run the following:

update rule_values set rule_value = 85 where rule_name = 'Character:MaxLevel';
Reply With Quote