Apague sua coluna z_shop_offer e adicione está, executando comando sql:
CREATE TABLE IF NOT EXISTS `z_shop_offer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `points` int(11) NOT NULL DEFAULT '0', `itemid1` int(11) NOT NULL DEFAULT '0', `count1` int(11) NOT NULL DEFAULT '0', `itemid2` int(11) NOT NULL DEFAULT '0', `count2` int(11) NOT NULL DEFAULT '0', `offer_type` varchar(255) DEFAULT NULL, `offer_description` text NOT NULL, `offer_name` varchar(255) NOT NULL, `pid` int(11) NOT NULL DEFAULT '0', `category` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8309 ;



info
Grupo: Campones
Registrado: 05/09/08
Posts: 12
Reputação: +1
Char no Tibia: Enzo Pop
Ja não sei mais o que fazer
Fui trocar a database do meu servidor, pois mudei de mapa, até deu tudo certo..
Mais na hora de add um item no shop
Olha o erro que da :
Antes tudo funcionava normal '-'