Adjust monster card drop chance for all normal mobs

This commit is contained in:
P0nk
2025-07-02 07:37:06 +02:00
parent 636fb5fd53
commit bdf1e52f70
2 changed files with 625 additions and 626 deletions

View File

@@ -26,7 +26,6 @@ USE `cosmic`;
DROP TABLE temp_data;
#update card rates
UPDATE drop_data SET chance=8000 WHERE (itemid >= 2380000 AND itemid < 2388000);
UPDATE drop_data SET chance=24000 WHERE (itemid >= 2388000 AND itemid < 2390000);
UPDATE drop_data SET chance=24000 WHERE itemid = 2388046;

File diff suppressed because it is too large Load Diff