mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 06:29:50 -04:00
Core/Text: Fix typo in 5caf6aad98
This commit is contained in:
@@ -103,7 +103,7 @@ void GossipMenu::AddMenuItem(uint32 menuId, uint32 menuItemId, uint32 sender, ui
|
||||
|
||||
/// BoxText
|
||||
if (boxBroadcastText)
|
||||
strBoxText = optionBroadcastText->GetText(GetLocale());
|
||||
strBoxText = boxBroadcastText->GetText(GetLocale());
|
||||
else
|
||||
strBoxText = itr->second.BoxText;
|
||||
|
||||
|
||||
@@ -14438,7 +14438,7 @@ void Player::PrepareGossipMenu(WorldObject* source, uint32 menuId /*= 0*/, bool
|
||||
strOptionText = itr->second.OptionText;
|
||||
|
||||
if (boxBroadcastText)
|
||||
strBoxText = optionBroadcastText->GetText(locale, getGender());
|
||||
strBoxText = boxBroadcastText->GetText(locale, getGender());
|
||||
else
|
||||
strBoxText = itr->second.BoxText;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user