Clean-up Patch
Bug correction on some quests.
This commit is contained in:
@@ -63,9 +63,21 @@ INSERT IGNORE INTO `shopitems` (`shopitemid`, `shopid`, `itemid`, `price`, `pitc
|
||||
(995083, 9201082, 2043002, 50000, 0, 52),
|
||||
(995084, 9201082, 2043802, 50000, 0, 53),
|
||||
(995085, 9201082, 2044602, 50000, 0, 54),
|
||||
(996196, 9201082, 2070016, 100000000, 0, 55),
|
||||
(996197, 9201082, 2070018, 175000000, 0, 56),
|
||||
(994782, 9201082, 2030007, 700000, 0, 57),
|
||||
(994783, 9201082, 4001017, 30000000, 0, 58);
|
||||
(996000, 9201082, 2049200, 170000, 0, 55),
|
||||
(996001, 9201082, 2049201, 220000, 0, 56),
|
||||
(996002, 9201082, 2049202, 170000, 0, 57),
|
||||
(996003, 9201082, 2049203, 220000, 0, 58),
|
||||
(996004, 9201082, 2049204, 170000, 0, 59),
|
||||
(996005, 9201082, 2049205, 220000, 0, 60),
|
||||
(996006, 9201082, 2049206, 170000, 0, 61),
|
||||
(996007, 9201082, 2049207, 220000, 0, 62),
|
||||
(996008, 9201082, 2049208, 140000, 0, 63),
|
||||
(996009, 9201082, 2049209, 170000, 0, 64),
|
||||
(996010, 9201082, 2049210, 140000, 0, 65),
|
||||
(996011, 9201082, 2049211, 170000, 0, 66),
|
||||
(996196, 9201082, 2070016, 100000000, 0, 67),
|
||||
(996197, 9201082, 2070018, 175000000, 0, 68),
|
||||
(994782, 9201082, 2030007, 700000, 0, 69),
|
||||
(994783, 9201082, 4001017, 30000000, 0, 70);
|
||||
|
||||
UPDATE shopitems SET price = 11*price WHERE (`position` >= 27 and `position` <= 54);
|
||||
UPDATE shopitems SET price = 11*price WHERE (`position` >= 27 and `position` <= 66);
|
||||
Reference in New Issue
Block a user