View Single Post
  #2  
Old 10-03-2011, 03:04 AM
Robregen
Developer
 
Join Date: May 2011
Posts: 109
Default

this should fix the problem:

Code:
ALTER TABLE `botbuffs`  ADD COLUMN `CorruptionCounters` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `CurseCounters`;
ALTER TABLE `bots`  ADD COLUMN `Corrup` SMALLINT(5) NOT NULL DEFAULT '0' AFTER `PR`;
Reply With Quote