Skip to content

Commit b9ba6ce

Browse files
authored
Fix 1.6.1.4544 build. (#2960)
1 parent 0c63f28 commit b9ba6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/World.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ class WorldBroadcastTextBuilder
22142214
#if SUPPORTED_CLIENT_BUILD > CLIENT_BUILD_1_6_1
22152215
ChatHandler::BuildChatPacket(*data, CHAT_MSG_BG_SYSTEM_NEUTRAL, text, LANG_UNIVERSAL, CHAT_TAG_NONE, i_senderGuid);
22162216
#else
2217-
ChatHandler::BuildChatPacket(*data, CHAT_MSG_SYSTEM, text, LANG_UNIVERSAL, CHAT_TAG_NONE, i_senderGuid
2217+
ChatHandler::BuildChatPacket(*data, CHAT_MSG_SYSTEM, text, LANG_UNIVERSAL, CHAT_TAG_NONE, i_senderGuid);
22182218
#endif
22192219
data_list.push_back(data);
22202220
}

0 commit comments

Comments
 (0)