Skip to content

Commit f41117c

Browse files
committed
Revert change not meant to be in the main branch
1 parent 4305b6c commit f41117c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

system/system.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ void SystemMgr::LoadScriptTextsCustom()
5353
void SystemMgr::LoadScriptGossipTexts()
5454
{
5555
outstring_log("[SD3]: Loading Gossip Texts...");
56-
LoadMangosStringsOneWordId(WorldDatabase, "gossip_texts", TEXT_SOURCE_GOSSIP_START, TEXT_SOURCE_GOSSIP_END);
56+
//LoadMangosStringsOneWordId(WorldDatabase, "gossip_texts", TEXT_SOURCE_GOSSIP_START, TEXT_SOURCE_GOSSIP_END);
57+
LoadMangosStrings(WorldDatabase, "gossip_texts", TEXT_SOURCE_GOSSIP_START, TEXT_SOURCE_GOSSIP_END);
5758
}
5859

5960
void SystemMgr::LoadScriptWaypoints()

0 commit comments

Comments
 (0)