From 574e35ba353f0742616e803ffde71b3c96eeec96 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 31 Aug 2023 13:49:32 +0200 Subject: [PATCH] Fix: forgot to remove those menu items --- install/includes/schema.sql | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install/includes/schema.sql b/install/includes/schema.sql index 2645d1a9..fbbcad37 100644 --- a/install/includes/schema.sql +++ b/install/includes/schema.sql @@ -127,11 +127,6 @@ CREATE TABLE `myaac_menu` PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8; -/* MENU_CATEGORY_SHOP tibiacom */ -INSERT INTO `myaac_menu` (`template`, `name`, `link`, `category`, `ordering`) VALUES ('tibiacom', 'Buy Points', 'points', 6, 0); -INSERT INTO `myaac_menu` (`template`, `name`, `link`, `category`, `ordering`) VALUES ('tibiacom', 'Shop Offer', 'gifts', 6, 1); -INSERT INTO `myaac_menu` (`template`, `name`, `link`, `category`, `ordering`) VALUES ('tibiacom', 'Shop History', 'gifts/history', 6, 2); - CREATE TABLE `myaac_monsters` ( `id` int(11) NOT NULL AUTO_INCREMENT, `hidden` tinyint(1) NOT NULL default 0,