fix: Creature is given follow orders upon taming. (#2076)

This commit is contained in:
Bohica 2025-01-18 16:58:13 -08:00 committed by GitHub
parent 09d6420320
commit 8f8d88b5ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -443,6 +443,8 @@ namespace Server.SkillHandlers
m_Creature.SetControlMaster(m_Tamer);
m_Creature.IsBonded = false;
m_Creature.ControlTarget = m_Tamer;
m_Creature.ControlOrder = OrderType.Follow;
}
else
{