mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Core/Creatures): Always update temp summons (#22484)
This commit is contained in:
@@ -3908,6 +3908,9 @@ bool Creature::IsUpdateNeeded()
|
||||
if (IsVisibilityOverridden())
|
||||
return true;
|
||||
|
||||
if (ToTempSummon())
|
||||
return true;
|
||||
|
||||
if (GetMotionMaster()->HasMovementGeneratorType(WAYPOINT_MOTION_TYPE))
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user