diff --git a/L2J_Mobius_C6_Interlude/dist/db_installer/sql/game/merchant_buylists.sql b/L2J_Mobius_C6_Interlude/dist/db_installer/sql/game/merchant_buylists.sql index 7cf9f5030f..a22193a059 100644 --- a/L2J_Mobius_C6_Interlude/dist/db_installer/sql/game/merchant_buylists.sql +++ b/L2J_Mobius_C6_Interlude/dist/db_installer/sql/game/merchant_buylists.sql @@ -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); \ No newline at end of file +(7013,29000,335605,42,1,-1,0,1); + +ALTER TABLE `merchant_buylists` ADD INDEX `save_time_idx` (`savetimer` ASC); \ No newline at end of file