Add HC gift items and bump auto_increment

Add two new HC gift items: hc_gift_14days (item id 9325, catalog ids 1996672127) and hc_gift_31days (item id 9326, catalog id 1996672128). Inserted corresponding rows into items_base and catalog_items. Updated catalog_items AUTO_INCREMENT to 1996672129 and refreshed dump timestamps.
This commit is contained in:
Remco Epicnabbo
2026-06-11 15:08:41 +02:00
parent eebef0e856
commit 1544865197
2 changed files with 7 additions and 3 deletions
+4 -2
View File
@@ -11,7 +11,7 @@
Target Server Version : 110808 (11.8.8-MariaDB-ubu2604)
File Encoding : 65001
Date: 10/06/2026 21:24:59
Date: 11/06/2026 15:07:55
*/
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 = 1996672127 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = DYNAMIC;
) ENGINE = InnoDB AUTO_INCREMENT = 1996672129 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of catalog_items
@@ -35998,5 +35998,7 @@ INSERT INTO `catalog_items` VALUES (1996672123, '1996672123', 9965889, 200003094
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);
INSERT INTO `catalog_items` VALUES (1996672127, '9325', 1300, -1, 0, 1, 'hc_gift_14days', 7, 0, 0, 1, 0, 0, '', NULL, '1', '0', NULL);
INSERT INTO `catalog_items` VALUES (1996672128, '9326', 1300, -1, 0, 2, 'hc_gift_31days', 7, 0, 0, 1, 0, 0, '', NULL, '1', '0', NULL);
SET FOREIGN_KEY_CHECKS = 1;
+3 -1
View File
@@ -11,7 +11,7 @@
Target Server Version : 110808 (11.8.8-MariaDB-ubu2604)
File Encoding : 65001
Date: 10/06/2026 21:25:12
Date: 11/06/2026 15:08:08
*/
SET NAMES utf8mb4;
@@ -7113,6 +7113,8 @@ INSERT INTO `items_base` VALUES (9320, 9028, 'classic6_vase', 'Oriental Vase', 1
INSERT INTO `items_base` VALUES (9321, 9029, 'classic6_food', 'Oriental Lunchbox', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 's', 'default', 6, '0', '', '', 0, 0, '', '363', '0');
INSERT INTO `items_base` VALUES (9322, 9030, 'classic6_mat', 'Oriental Rug', 2, 1, 0.01, 1, 0, 0, 1, 1, 1, 0, 0, 1, 's', 'default', 1, '0', '', '', 0, 0, '', '363', '0');
INSERT INTO `items_base` VALUES (9323, 9031, 'classic6_dvdr', 'Oriental Divider', 2, 1, 1.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 's', 'default', 1, '0', '', '', 0, 0, '', '363', '0');
INSERT INTO `items_base` VALUES (9325, 9325, 'hc_gift_14days', 'hc_gift_14days', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 's', 'crackable', 1, '0', '', '', 0, 0, '', NULL, '0');
INSERT INTO `items_base` VALUES (9326, 9326, 'hc_gift_31days', 'hc_gift_31days', 1, 1, 1.00, 0, 0, 0, 0, 1, 1, 0, 0, 1, 's', 'crackable', 1, '0', '', '', 0, 0, '', NULL, '0');
INSERT INTO `items_base` VALUES (9328, 9036, 'china_rooster', 'Rooster Statue', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 0, 1, 's', 'default', 1, '0', '', '', 0, 0, '', '302', '0');
INSERT INTO `items_base` VALUES (9329, 9037, 'rare_prize17*1', 'rare_prize17*14', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 1, '0', '', '', 0, 0, '', '598', '3');
INSERT INTO `items_base` VALUES (9330, 9038, 'rare_prize17*10', 'rare_prize17*10', 1, 1, 0.00, 1, 0, 0, 0, 1, 1, 0, 1, 1, 's', 'default', 1, '0', '', '', 0, 0, '', '598', '3');