View Single Post
  #9  
Old 12-14-2011, 12:06 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Still killing and trying to get it to drop, I am in NRO doing it now though The drop rate is low, so that is okay.

But just in case anyone needs to know how to do this. To get the zone point fixed for UF clients to zone into the new North Ro, and also other revamped zones.

Code:
update zone_points set client_version_mask = 4294967292 where client_version_mask = 2147483660;
update doors set client_Version_mask = 4294967292 where client_version_mask = 2147483660;
Reply With Quote