Consistent Nependeath Seed drop chance
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -10898,7 +10898,7 @@ VALUES (9400121, 4000138, 1, 1, 0, 600000),
|
||||
(8200001, 4007004, 1, 1, 0, 10000),
|
||||
(9420003, 4007004, 1, 1, 0, 10000),
|
||||
(4130104, 4000062, 1, 1, 0, 10000),
|
||||
(4230122, 4000058, 1, 1, 0, 10000),
|
||||
(4230122, 4000058, 1, 1, 0, 600000),
|
||||
(9001000, 4031059, 1, 1, 0, 999999),
|
||||
(9001001, 4031059, 1, 1, 0, 999999),
|
||||
(9001002, 4031059, 1, 1, 0, 999999),
|
||||
@@ -17567,8 +17567,8 @@ VALUES (5100004, 2383034, 1, 1, 0, 10000),
|
||||
(9300133, 1472018, 1, 1, 0, 700),
|
||||
(4230111, 1002628, 1, 1, 0, 700),
|
||||
(9300133, 1002628, 1, 1, 0, 700),
|
||||
(4230105, 4000058, 1, 1, 0, 200000),
|
||||
(4230122, 4000058, 1, 1, 0, 200000),
|
||||
(4230105, 4000058, 1, 1, 0, 600000),
|
||||
(4230122, 4000058, 1, 1, 0, 600000),
|
||||
(4230105, 2000002, 1, 1, 0, 40000),
|
||||
(4230122, 2000002, 1, 1, 0, 40000),
|
||||
(4230105, 2000003, 1, 1, 0, 40000),
|
||||
|
||||
Reference in New Issue
Block a user