fix: Fixes animal taming timeout in case target is cancelled. (#842)
This commit is contained in:
parent
ecaf8ca98a
commit
38c4d09028
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ namespace Server.SkillHandlers
|
|||
m.SendLocalizedMessage(502789); // Tame which animal?
|
||||
}
|
||||
|
||||
return TimeSpan.FromHours(6.0);
|
||||
return TimeSpan.FromSeconds(30);
|
||||
}
|
||||
|
||||
public static bool CheckMastery(Mobile tamer, BaseCreature creature) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue