View Single Post
  #11  
Old 04-27-2011, 05:43 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

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);
Reply With Quote