View Single Post
  #22  
Old 05-30-2013, 11:08 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

Well, there's 2 settings in the 'rule_values' table, here's how you adjust them. Change XXXX to your Zone's ID.
Code:
/*Adjusting settings in rule_vales for start zones.*/
UPDATE rule_values SET World:TutorialZoneID = XXXX;
UPDATE rule_values SET World:SoFStartZoneID = XXXX;
Reply With Quote