mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
refactor(Core/ObjectMgr): Change GetAcoreString from char const* to s… (#21213)
...ring
This commit is contained in:
@@ -554,7 +554,7 @@ void Player::UpdateLocalChannels(uint32 newZone)
|
||||
|
||||
if (channel->flags & CHANNEL_DBC_FLAG_CITY_ONLY)
|
||||
currentNameExt = sObjectMgr->GetAcoreStringForDBCLocale(
|
||||
LANG_CHANNEL_CITY);
|
||||
LANG_CHANNEL_CITY).c_str();
|
||||
else
|
||||
currentNameExt = current_zone_name.c_str();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user