Update drop chance that are 1500 (1/6666) to 1287 (1/7777)

This commit is contained in:
P0nk
2025-07-05 16:36:39 +02:00
parent a2d6b88cde
commit cad04a4725
2 changed files with 611 additions and 613 deletions

View File

@@ -25,8 +25,6 @@ USE `cosmic`;
);
DROP TABLE temp_data;
UPDATE drop_data SET `chance`=1287 WHERE `chance`=1500;
# MapleSkillbookChanceFetcher! Tuning up some skillbook drop chances in order to fit their dropper's availability (whether's a boss or not) and level.
# thanks unnqca for reporting some skillbooks having unusually high drop chances.
REPLACE INTO drop_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES

File diff suppressed because it is too large Load Diff