Core/Pets: Charmed units will properly return near owner after target death (#31748)

(cherry picked from commit e9ddd94992d83a7e552a3550819a68d5f3cc451a)
This commit is contained in:
imstuckbro
2026-06-30 19:16:20 +02:00
committed by Shauren
parent 3aedb52e59
commit 485332ecd7
+1 -1
View File
@@ -355,7 +355,7 @@ void PetAI::HandleReturnMovement()
// Prevent activating movement when under control of spells
// such as "Eyes of the Beast"
if (me->IsCharmed())
if (me->isPossessed())
return;
if (!me->GetCharmInfo())