Addition of merchant_buylists savetimer index.

Contributed by Grundor.
This commit is contained in:
MobiusDevelopment 2019-09-20 03:50:41 +00:00
parent 670db5dfc5
commit 5831dedf05

View File

@ -17849,4 +17849,6 @@ VALUES
(7010,29000,335605,39,1,-1,0,1),
(7011,29000,335605,40,1,-1,0,1),
(7012,29000,335605,41,1,-1,0,1),
(7013,29000,335605,42,1,-1,0,1);
(7013,29000,335605,42,1,-1,0,1);
ALTER TABLE `merchant_buylists` ADD INDEX `save_time_idx` (`savetimer` ASC);