fix: Fixes animal taming timeout in case target is cancelled. (#842)

This commit is contained in:
nullptr-w8 2021-11-14 05:19:34 +05:00 committed by GitHub
parent ecaf8ca98a
commit 38c4d09028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) =>