From a06dcc29116a090a5d9ea5f337ce9e73864de133 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 Dec 2025 00:00:07 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): b094494cea7d666318fafbeaf05c4f999de05df2 --- .../{pending_db_world/Veraj.sql => db_world/2025_12_04_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/Veraj.sql => db_world/2025_12_04_00.sql} (77%) diff --git a/data/sql/updates/pending_db_world/Veraj.sql b/data/sql/updates/db_world/2025_12_04_00.sql similarity index 77% rename from data/sql/updates/pending_db_world/Veraj.sql rename to data/sql/updates/db_world/2025_12_04_00.sql index 00c5b1d22..a57036c8a 100644 --- a/data/sql/updates/pending_db_world/Veraj.sql +++ b/data/sql/updates/db_world/2025_12_04_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_12_02_04 -> 2025_12_04_00 UPDATE `creature_template` SET `exp` = 2 WHERE (`entry` = 32263); UPDATE `creature` SET `curhealth` = 10080 WHERE (`id1` = 32263) AND `guid` = 85056;