chore(DB): import pending files

Referenced commit(s): 8855e292b5
This commit is contained in:
github-actions[bot] 2025-12-02 21:28:24 +00:00
parent df22dd0989
commit dc13014707
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -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;