The fix is actually very simple, I just discovered it myself. The problem comes from a case descrepancy between the zone name in the "zone" table and the "zone_points" table. For regular zonepoints, the case doesn't matter, but for dynamic zonepoints ("999999") the server requires the case to be the same. I.e. it's "Commons" in the zone table and "commons" in the zone_points table. Zoning from befallen to commons works, but ecommons to commons doesn't.
But you just have to change the name in either table to match, and it works perfectly.
|