fix: Creature is given follow orders upon taming. (#2076)
This commit is contained in:
parent
09d6420320
commit
8f8d88b5ff
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue