View Single Post
  #9  
Old 01-11-2016, 06:02 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

I have a question for you, is this your first run of the server, or did you do a hotfix and restart it? I noticed some issues with zones being unavailable after restarting the server after doing a hotfix.

Edit: If you forgot whether or not you did a hotfix, check your variables table with this query:
Code:
SELECT * FROM `variables` WHERE `varname` LIKE '%hotfix%';
Reply With Quote