You've already forked Epicnabbo-Catalogus-Updated-Daily
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user