View Single Post
  #2  
Old 08-05-2015, 10:22 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

You need to enable combat in those zones. (in the zone table)

Code:
SELECT id, short_name, z.cancombat FROM zone z WHERE z.cancombat = 0;

That should show you which zones have combat turned off.
Reply With Quote