fix(Core/Player): Logic (#16305)
This commit is contained in:
parent
4836b630ed
commit
a6980e654a
1 changed files with 1 additions and 1 deletions
|
|
@ -5284,7 +5284,7 @@ bool Player::LoadFromDB(ObjectGuid playerGuid, CharacterDatabaseQueryHolder cons
|
|||
if (at)
|
||||
Relocate(at->target_X, at->target_Y, at->target_Z, at->target_Orientation);
|
||||
else
|
||||
RelocateToHomebind();
|
||||
RelocateToHomebind();
|
||||
}
|
||||
|
||||
// NOW player must have valid map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue