🆙 Fix crafting errors in emulator 🆙

This commit is contained in:
Remco Epicnabbo
2026-06-09 16:50:12 +02:00
parent 297cb0de20
commit 34bba1690e
3 changed files with 1484 additions and 1464 deletions
+7 -5
View File
@@ -3,15 +3,15 @@
Source Server : Epicnabbo ryzen
Source Server Type : MySQL
Source Server Version : 110806 (11.8.6-MariaDB-ubu2504)
Source Server Version : 110808 (11.8.8-MariaDB-ubu2604)
Source Host : 5.252.100.130:3306
Source Schema : habbo
Target Server Type : MySQL
Target Server Version : 110806 (11.8.6-MariaDB-ubu2504)
Target Server Version : 110808 (11.8.8-MariaDB-ubu2604)
File Encoding : 65001
Date: 18/05/2026 20:53:55
Date: 07/06/2026 21:50:26
*/
SET NAMES utf8mb4;
@@ -46,7 +46,7 @@ CREATE TABLE `catalog_items` (
INDEX `costs`(`cost_credits` ASC, `cost_points` ASC, `points_type` ASC) USING BTREE,
INDEX `id`(`id` ASC) USING BTREE,
INDEX `item_ids`(`item_ids` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 1996672125 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = DYNAMIC;
) ENGINE = InnoDB AUTO_INCREMENT = 1996672127 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of catalog_items
@@ -35312,7 +35312,7 @@ INSERT INTO `catalog_items` VALUES (1996671409, '293', 900, 1996671409, 0, 7, 'H
INSERT INTO `catalog_items` VALUES (1996671410, '293', 900, 1996671410, 0, 8, 'Habbo Globe', 0, 25, 5, 1, 0, 0, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996671411, '25267730', 8746, 1996671411, 0, 3, 'Frosted Glass Egg', 0, 250, 5, 1, 28, 50, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996671440, '27903293', 8746, 1996671440, 0, 1, 'Reindeer Fan LTD', 8500, 0, 0, 1, 0, 35, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996671441, '86873233', 8746, 1996671441, 0, 1, 'New Years Dragon Lamp', 0, 75, 5, 1, 2, 75, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996671441, '86873233', 8746, 1996671441, 0, 1, 'New Years Dragon Lamp', 0, 75, 5, 1, 3, 75, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996671442, '29694173', 8746, 1996671442, 0, 1, 'New Year Cloud Egg', 0, 50, 5, 1, 0, 100, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996671443, '1996671443', 9965779, 596094688, 0, 99, 'easter_c24_airbunny', 5, 0, 0, 1, 0, 0, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996671444, '1996671444', 9965779, 2074590339, 0, 99, 'easter_c24_airfruit', 5, 0, 0, 1, 0, 0, '', NULL, '1', '0', NULL);
@@ -35996,5 +35996,7 @@ INSERT INTO `catalog_items` VALUES (1996672121, '1996672121', 9965889, 200003094
INSERT INTO `catalog_items` VALUES (1996672122, '1996672122', 9965889, 2000030948, 0, 99, 'nft_sc_giantcoconutdrink', 5, 0, 0, 1, 0, 0, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996672123, '1996672123', 9965889, 2000030947, 0, 99, 'nft_sc_summer26duck', 5, 0, 0, 1, 0, 0, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996672124, '1996672124', 9965889, 2000030946, 0, 99, 'nft_sc_summer26penguin', 5, 0, 0, 1, 0, 0, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996672125, '19001', 8, 19001, 0, 1, 'Frank', 0, 0, 0, 1, 0, 0, 'name:Frank;motto:Welcome to Habbo!;figure:hr-3499-33.sh-290-90.ch-3971-72-73.lg-270-73.hd-205-1-1.fa-1206-67.ha-3409-73-72;gender:m', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996672126, '19001', 8, 19001, 0, 1, 'Frank', 0, 0, 0, 1, 0, 0, 'name:Frank;motto:Welcome to Habbo!;figure:hr-3499-33.sh-290-90.ch-3971-72-73.lg-270-73.hd-205-1-1.fa-1206-67.ha-3409-73-72;gender:m', NULL, '1', '0', NULL);
SET FOREIGN_KEY_CHECKS = 1;