No such table as rooms_data for plus emuPlus
Table Badgeshop is missing now.
badgeshop is an add-on you can add to your table it's from the original release of @JayCustom's badge shop, i added itTable Badgeshop is missing now.
Yes badgeshop is not a default plus table.badgeshop is an add-on you can add to your table it's from the original release of @JayCustom's badge shop, i added it
DROP TABLE IF EXISTS `badgeshop`;
CREATE TABLE `badgeshop` (
`badge_id` text NOT NULL,
`cost` int(11) NOT NULL DEFAULT '500',
`rank` int(11) NOT NULL DEFAULT '1',
`amount_bought` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;