fix: Fixes archery in CharacterCreation and duplicate decorations for bucs den (#833)

This commit is contained in:
Arthrutus 2021-10-20 10:38:20 -05:00 committed by GitHub
parent bfbe2a6512
commit 85d699fcd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 52 deletions

View file

@ -855,7 +855,7 @@ namespace Server.Misc
{
Race.AllowElvesOnly => new ElvenCompositeLongbow(),
Race.AllowGargoylesOnly => new SerpentstoneStaff(),
_ => new GnarledStaff()
_ => new Bow()
};
private static void AddSkillItems(this Mobile m, SkillName skill)