mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-15 14:50:44 -08:00
parent
df22dd0989
commit
dc13014707
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue