i dont even see an UNK132 in my items table.. i would try deleting it.
Code:
ALTER TABLE `items` CHANGE `UNK132` `UNK132` VARCHAR(11) NOT NULL DEFAULT '';
^^<-or try this
Code:
ALTER TABLE `items` CHANGE `UNK132` `UNK132` INT(11) NOT NULL DEFAULT '0';
^^<-or this..