Thread
:
Don't own expansion
View Single Post
#
9
03-23-2017, 06:22 PM
GRUMPY
Discordant
Join Date: Oct 2016
Posts: 445
If you want to enable access to all zones by all players, regardless of level or status you can run this query
into DB to simplify things.
Code:
UPDATE zone set min_level = 0; UPDATE zone set min_status = 0;
GRUMPY
View Public Profile
Send a private message to GRUMPY
Find all posts by GRUMPY