Consistent Nependeath Seed drop chance

This commit is contained in:
P0nk
2025-07-01 21:39:51 +02:00
parent 325f3b54a6
commit d6d8560d23
2 changed files with 3 additions and 5 deletions

View File

@@ -3,8 +3,6 @@
USE `cosmic`;
UPDATE IGNORE temp_data SET chance=600000 WHERE itemid=4000058;
# update USE drops that were supposed to be ETC
INSERT IGNORE INTO temp_data (dropperid, itemid, minimum_quantity, maximum_quantity, questid, chance)
SELECT dropperid, 4001006, 1, 1, 0, 10000