fix(Core/Gossip): Enable gossip translations from database(#2427)
This commit is contained in:
parent
aac3648b5c
commit
1914571cba
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ void GossipMenu::ClearMenu()
|
|||
|
||||
PlayerMenu::PlayerMenu(WorldSession* session) : _session(session)
|
||||
{
|
||||
_gossipMenu.SetLocale(session->GetSessionDbLocaleIndex());
|
||||
}
|
||||
|
||||
PlayerMenu::~PlayerMenu()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue