From 014602c849a3310bdae6feda8f6fd695878f1eb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Sep 2024 18:39:51 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 2625f8c57ca0decfa407deb2c036ffd155b6528e --- .../starstearlament.sql => db_world/2024_09_22_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/starstearlament.sql => db_world/2024_09_22_03.sql} (75%) diff --git a/data/sql/updates/pending_db_world/starstearlament.sql b/data/sql/updates/db_world/2024_09_22_03.sql similarity index 75% rename from data/sql/updates/pending_db_world/starstearlament.sql rename to data/sql/updates/db_world/2024_09_22_03.sql index 09ddc2497..a433e62ec 100644 --- a/data/sql/updates/pending_db_world/starstearlament.sql +++ b/data/sql/updates/db_world/2024_09_22_03.sql @@ -1,3 +1,4 @@ +-- DB update 2024_09_22_02 -> 2024_09_22_03 UPDATE `item_template` SET `BuyCount` = 20 WHERE (`entry` = 32453); UPDATE `item_template` SET `BuyCount` = 5 WHERE (`entry` = 32455);