Set minimum drop chance of skill/mastery books to 1/1000

This commit is contained in:
P0nk
2025-07-01 20:37:43 +02:00
parent 5da87f7b22
commit 0e7c5358e2
2 changed files with 72 additions and 75 deletions

View File

@@ -3,9 +3,6 @@
USE `cosmic`;
# improve drop rates for skill/mastery books
UPDATE IGNORE temp_data SET chance=1000 WHERE itemid >= 2280000 and itemid < 2300000 and chance < 1000;
# make some mobs drop unusual accessory scrolls
INSERT IGNORE INTO temp_data (`dropperid`, `itemid`, `minimum_quantity`, `maximum_quantity`, `questid`, `chance`) VALUES
(6090003, 2040103, 1, 1, 0, 3000),