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.