View Single Post
  #15  
Old 06-30-2016, 04:45 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

This is the proper query syntax for updating them both to level 85.
Code:
UPDATE `rule_values` SET `rule_value` = '85' WHERE `rule_name` IN ('Character:MaxLevel', 'Character:MaxExpLevel');
Reply With Quote