mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -3909,6 +3909,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