From dc130147070accdf5697a00a180c9e8fa90f1ceb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Dec 2025 21:28:24 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 8855e292b5a40a1197a096dbce683b304a5a86e1 --- .../rev_1764693776418126200.sql => db_world/2025_12_02_02.sql} | 1 + .../rev_1764701723228327200.sql => db_world/2025_12_02_03.sql} | 1 + 2 files changed, 2 insertions(+) rename data/sql/updates/{pending_db_world/rev_1764693776418126200.sql => db_world/2025_12_02_02.sql} (98%) rename data/sql/updates/{pending_db_world/rev_1764701723228327200.sql => db_world/2025_12_02_03.sql} (89%) diff --git a/data/sql/updates/pending_db_world/rev_1764693776418126200.sql b/data/sql/updates/db_world/2025_12_02_02.sql similarity index 98% rename from data/sql/updates/pending_db_world/rev_1764693776418126200.sql rename to data/sql/updates/db_world/2025_12_02_02.sql index 77f8451cf..e2f4488bd 100644 --- a/data/sql/updates/pending_db_world/rev_1764693776418126200.sql +++ b/data/sql/updates/db_world/2025_12_02_02.sql @@ -1,3 +1,4 @@ +-- DB update 2025_12_02_01 -> 2025_12_02_02 -- Makes all Everfrost Chips spawns 45 minutes (before 30 and 1 hour). UPDATE `gameobject` SET `spawntimesecs` = 2700 WHERE `id` = 193997; diff --git a/data/sql/updates/pending_db_world/rev_1764701723228327200.sql b/data/sql/updates/db_world/2025_12_02_03.sql similarity index 89% rename from data/sql/updates/pending_db_world/rev_1764701723228327200.sql rename to data/sql/updates/db_world/2025_12_02_03.sql index f7baad5b1..7dc717196 100644 --- a/data/sql/updates/pending_db_world/rev_1764701723228327200.sql +++ b/data/sql/updates/db_world/2025_12_02_03.sql @@ -1,2 +1,3 @@ +-- DB update 2025_12_02_02 -> 2025_12_02_03 -- From: "from that $r" to "from that troll" as refers to the troll (Drakkari prisoner) and not the player's race. UPDATE `quest_offer_reward` SET `RewardText` = 'You\'ve done it!$B$BThe intelligence gathered from that troll will undoubtedly be of great value. I\'ll be certain to make mention of your efforts in my report to the commander.$B$BThank you, $N.' WHERE `ID` = 12541;