Just in case anyone runs into this, I found info over at PEQ where someone had the same issue. It is caused by my SQL client not firing the last line, I guess it got a duplicate insert error and never hit the last line.
Anyway, this is the missing code, and it did fix my zoning into Nektulos issue.
Code:
INSERT INTO `instance_lockout` VALUES (1,25,1,1,0,0,1),(2,25,2,1,0,0,1);