fix: Fixes archery in CharacterCreation and duplicate decorations for bucs den (#833)
This commit is contained in:
parent
bfbe2a6512
commit
85d699fcd7
2 changed files with 2 additions and 52 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue