View Single Post
  #5  
Old 09-16-2015, 05:57 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

Also, try changing the ruleset column to the same number for every zone, in case the zone you're testing it in isn't under that ruleset:
Code:
UPDATE `zone` SET `ruleset` = '#' WHERE `ruleset` != '#'
Reply With Quote