🆙 Fixed multiheight and added latest furni pages and updated latest sqls 🆙

This commit is contained in:
Remco
2025-08-18 20:24:12 +02:00
parent 2117f67f9d
commit 2fa55171ab
3 changed files with 6828 additions and 6686 deletions
File diff suppressed because it is too large Load Diff
+9 -5
View File
@@ -1,17 +1,17 @@
/*
Navicat Premium Dump SQL
Source Server : Epicnabbo test
Source Server : Epicnabbo.nl
Source Server Type : MySQL
Source Server Version : 120001 (12.0.1-MariaDB-ubu2204)
Source Server Version : 120101 (12.1.1-MariaDB-ubu2204)
Source Host : 5.231.31.129:3306
Source Schema : habbo
Target Server Type : MySQL
Target Server Version : 120001 (12.0.1-MariaDB-ubu2204)
Target Server Version : 120101 (12.1.1-MariaDB-ubu2204)
File Encoding : 65001
Date: 20/07/2025 17:07:37
Date: 18/08/2025 20:23:17
*/
SET NAMES utf8mb4;
@@ -46,7 +46,7 @@ CREATE TABLE `catalog_pages` (
`includes` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_uca1400_ai_ci NOT NULL DEFAULT '' COMMENT 'Example usage: 1;2;3\r\n This will include page 1, 2 and 3 in the current page.\r\n Note that permissions are only used for the current entry.',
PRIMARY KEY (`id`) USING BTREE,
INDEX `id`(`id`) USING BTREE
) ENGINE = MyISAM AUTO_INCREMENT = 2199 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
) ENGINE = MyISAM AUTO_INCREMENT = 2203 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_uca1400_ai_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of catalog_pages
@@ -1681,5 +1681,9 @@ INSERT INTO `catalog_pages` VALUES (2195, 1114, 'Gevangenis overig', 'Gevangenis
INSERT INTO `catalog_pages` VALUES (2196, 1114, 'Overige Tegels / Perkjes', 'Overige Tegels / Perkjes', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2197, 1112, 'Epicnabbo Zomer 2025', 'Epicnabbo Zomer 2025', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2198, 1112, 'Hygge 2025', 'Hygge 2025', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2199, 1112, 'Habbo 2025 Verjaardag', 'Habbo 2025 Verjaardag', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2200, 1112, 'Recycler 2025 ', 'Recycler 2025 ', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2201, 1112, 'Autumn Duckets Furniture', 'Autumn Duckets Furniture', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
INSERT INTO `catalog_pages` VALUES (2202, 1112, 'Olympus Furniture', 'Olympus Furniture', 'default_3x3', 1, 92822, 1, 99, '1', '1', '0', '0', '', '', '', NULL, NULL, NULL, NULL, 0, '');
SET FOREIGN_KEY_CHECKS = 1;
File diff suppressed because it is too large Load Diff