View Single Post
  #3  
Old 01-24-2012, 10:34 PM
Taurinus2
Sarnak
 
Join Date: Nov 2009
Posts: 45
Default

This also would have done it (in this case 'guildlobby' is used, but you could use any zone shortname you want):

Code:
INSERT INTO `variables` (`varname`,`value`,`information`,`ts`) VALUES ('startzone','guildlobby','global starting zone', now())
Cleaner and preserves the existing table data in the case that you want to revert to using the other system.
Reply With Quote