| 
 zone_id controls where the player starts at, and bind_id controls where the player is bound.  The only problem is it binds them at the safepoint of the zone.  You could do a mass update in sql with UPDATE start_zones set bind_id='x';  where x is the number of your zone. I'm pretty sure that's the syntax.
 p.s. As far as i've ever been able to tell the start_zone field does nothing.
 |