mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 07:53:44 +00:00
fix(core/dbc): improve ChrRace DBC handling (#14843)
Cherry pick of https://github.com/TrinityCore/TrinityCore/pull/24508 Co-authored-by: HelloKitty <5829095+HelloKitty@users.noreply.github.com>
This commit is contained in:
@@ -3744,8 +3744,8 @@ void ObjectMgr::LoadPlayerInfo()
|
||||
info->positionY = positionY;
|
||||
info->positionZ = positionZ;
|
||||
info->orientation = orientation;
|
||||
info->displayId_m = rEntry->model_m;
|
||||
info->displayId_f = rEntry->model_f;
|
||||
info->displayId_m = rEntry->MaleDisplayID;
|
||||
info->displayId_f = rEntry->FemaleDisplayID;
|
||||
_playerInfo[current_race][current_class] = info;
|
||||
|
||||
++count;
|
||||
|
||||
Reference in New Issue
Block a user