From 58accd7dc9ebffb8f11bbbc84f8af8c1ec724214 Mon Sep 17 00:00:00 2001 From: AriDEV3 Date: Fri, 14 Aug 2026 16:57:32 +0200 Subject: [PATCH] Database: Fix import error in last commit. Signed-off-by: AriDEV3 --- sql/updates/world/2026_08_14_world_06.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/2026_08_14_world_06.sql b/sql/updates/world/2026_08_14_world_06.sql index b75947b887..444a3809a8 100644 --- a/sql/updates/world/2026_08_14_world_06.sql +++ b/sql/updates/world/2026_08_14_world_06.sql @@ -12,7 +12,7 @@ UPDATE `quest_template` SET `RequestItemsText`='Your mission is not complete unt UPDATE `quest_template` SET `OfferRewardText`='Most excellent, $n! You have brought hope to Loch Modan. With Grawmug dead, we stand a better chance of seeing the Troggs eliminated from the land.' WHERE `Id`=26148; -- Bigger and Uglier -UPDATE `sf_world`.`quest_template` SET `OfferRewardText`='I knew the second I laid eyes on you, $n, that you would make Ironforge proud. You have served our people well. I salute you, $n.' WHERE `Id`=26147; +UPDATE `quest_template` SET `OfferRewardText`='I knew the second I laid eyes on you, $n, that you would make Ironforge proud. You have served our people well. I salute you, $n.' WHERE `Id`=26147; -- Onward to Thelsamar UPDATE `quest_template` SET `RequestItemsText`='What can I do for you?' WHERE `Id`=26176;