Core/TempSummons: avoid use MoveInLineOfSight before InitSummon (#20999)
This commit is contained in:
parent
ebf7f7583b
commit
2110f7cc84
5 changed files with 11 additions and 2 deletions
|
|
@ -561,7 +561,7 @@ bool Map::AddToMap(T* obj, bool checkTransport)
|
|||
if (obj->IsInWorld())
|
||||
{
|
||||
ASSERT(obj->IsInGrid());
|
||||
obj->UpdateObjectVisibility(true);
|
||||
obj->UpdateObjectVisibilityOnCreate();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue