Hello
The start_zones table is confusing to me, seems like some columns lead nowhere. anyways, run these lines against your database and it should work;
Code:
UPDATE start_zones set start_zone=189;
UPDATE start_zones set bind_x=14.6,bind_y=64.0,bind_z=12.4;
UPDATE start_zones set bind_id=189;
UPDATE start_zones set x=14.6,y=64.0,z=12.4;
Tell me if it works now -
I also took the posted database down, and will be updating together with other fixes in a while.
If anyone knows more about the start_zones table please post.