Update/tune global drop SQL function for Gachapon tickets

This commit is contained in:
2026-06-17 13:51:03 -04:00
parent c659e3170d
commit dfaab7e20a

View File

@@ -1,6 +1,4 @@
INSERT INTO drop_data_global (continent, itemid, minimum_quantity, maximum_quantity, questid, chance, comments)
VALUES (-1, 4031865, 1, 1, 0, 2000, 'NX Card 100 PTS'),
(-1, 4031866, 1, 1, 0, 500, 'NX Card 250 PTS'),
(-1, 4001126, 1, 2, 0, 500, 'Maple Leaf'),
(-1, 2049100, 1, 1, 0, 50, 'Chaos Scroll 60%'),
(-1, 2340000, 1, 1, 0, 50, 'White Scroll');
VALUES (-1, 2049100, 1, 1, 0, 50, 'Chaos Scroll 60%'),
(-1, 2340000, 1, 1, 0, 50, 'White Scroll'),
(-1, 5220000, 1, 3, 0, 3000, 'Gachapon Ticket');