AJUDA item_base 13.07.13 12:18
Tipo, eu estou mudando os códigos de acordo com o meu hotel, mas não sei pelo que substituir o allow_group_item, alguém pode me ajudar?
VERSÃO ANTIGA: INSERT INTO `items_base`(`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`)
VERSÃO EDITADA: INSERT INTO `items_base`(`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `is_walkable`, `can_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`)
VERSÃO ANTIGA: INSERT INTO `items_base`(`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`)
VERSÃO EDITADA: INSERT INTO `items_base`(`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `is_walkable`, `can_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`)