View Single Post
  #6  
Old 06-21-2013, 03:32 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

Code:
SELECT id, doorid, d.name, d.zone, d.dest_zone FROM doors d WHERE d.name like "POK%" AND d.zone = "poknowledge" AND d.dest_zone IN ("misty", "steamfont", "tox") ORDER by d.dest_zone ASC;

That should give you enough info to just change the dest_zone for the clicky.
Reply With Quote