View Single Post
  #26  
Old 05-31-2013, 04:10 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

Yeah, there is, although I don't quite understand how it works there is a setting in the rule_values table that deals with expansions, you could also just cap the level and require beyond the cap level for entry to those zones, just my two cents.
Code:
/*Select the expansion rule in rule_values.*/
SELECT * FROM rule_values WHERE rule_name LIKE 'World:ExpansionSettings';
Reply With Quote