Thread: Item issues
View Single Post
  #5  
Old 02-05-2008, 08:44 AM
iggi
Sarnak
 
Join Date: Feb 2006
Posts: 62
Default

I used navicat to find if any cells had a value to them (sort descending) I came up with only one item:

Battered Silver Runed War Shield

which has a value of:

00000400000000000000000000000000000000

After changing this to zero,
Code:
ALTER TABLE `items` CHANGE `UNK132` `UNK132` INT(11) NOT NULL DEFAULT '0';
works!
and it apparently gives me no error when coping an item! WOOT!
Thanks a lot. I'm just hoping I didn't brick anything important heh.

Last edited by iggi; 02-05-2008 at 04:47 PM..
Reply With Quote