View Single Post
  #2  
Old 12-27-2012, 11:49 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Quote:
Originally Posted by werebat View Post
The zone line issue is still present as of yesterday afternoons build but I see there is a newer build, will try that later today.
Actually, that is a database issue. My fault - deleted wrong zone point. Here is the fix:

Code:
INSERT INTO `zone_points` (`id`, `zone`, `version`, `number`, `y`, `x`, `z`, `heading`, `target_y`, `target_x`, `target_z`, `target_heading`, `zoneinst`, `target_zone_id`, `target_instance`, `buffer`, `client_version_mask`) VALUES
(525, 'shadowhaven', 0, 4, -1080, 329.2, -29.81, 0, -2122, 1059, -315, 192, 0, 156, 0, 0, 4294967295);
Reply With Quote