mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts: src/server/game/Entities/Player/Player.cpp
This commit is contained in:
@@ -305,8 +305,8 @@ void WorldSession::HandleNpcTextQueryOpcode(WorldPacket& recvData)
|
||||
BroadcastText const* bct = sObjectMgr->GetBroadcastText(gossip->Options[i].BroadcastTextID);
|
||||
if (bct)
|
||||
{
|
||||
ObjectMgr::GetLocaleString(bct->MaleText, locale, text0[i]);
|
||||
ObjectMgr::GetLocaleString(bct->FemaleText, locale, text1[i]);
|
||||
text0[i] = bct->GetText(locale, GENDER_MALE, true);
|
||||
text1[i] = bct->GetText(locale, GENDER_FEMALE, true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user