Thread: Item issues
View Single Post
  #3  
Old 02-05-2008, 03:42 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

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..
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote