From f893301235db22f00730023997327cfb4ad23821 Mon Sep 17 00:00:00 2001 From: Antz Date: Thu, 7 Jul 2022 09:36:18 +0100 Subject: [PATCH] Implemted gossip_text conversion --- system/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/system.cpp b/system/system.cpp index dfecab0c..8939ceda 100644 --- a/system/system.cpp +++ b/system/system.cpp @@ -53,7 +53,7 @@ void SystemMgr::LoadScriptTextsCustom() void SystemMgr::LoadScriptGossipTexts() { outstring_log("[SD3]: Loading Gossip Texts..."); - LoadMangosStrings(WorldDatabase, "gossip_texts", TEXT_SOURCE_GOSSIP_START, TEXT_SOURCE_GOSSIP_END); + LoadMangosStringsOneWordId(WorldDatabase, "gossip_texts", TEXT_SOURCE_GOSSIP_START, TEXT_SOURCE_GOSSIP_END); } void SystemMgr::LoadScriptWaypoints()