From 5831dedf05a0cf8d6ad0ac8b14e884c7179278bf Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Fri, 20 Sep 2019 03:50:41 +0000 Subject: [PATCH] Addition of merchant_buylists savetimer index. Contributed by Grundor. --- .../dist/db_installer/sql/game/merchant_buylists.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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