From 85d699fcd76098ffe696f83d75b5b7563ea79679 Mon Sep 17 00:00:00 2001 From: Arthrutus <75637913+Arthrutus@users.noreply.github.com> Date: Wed, 20 Oct 2021 10:38:20 -0500 Subject: [PATCH] fix: Fixes archery in CharacterCreation and duplicate decorations for bucs den (#833) --- .../Data/Decoration/Britannia/bucs.cfg | 52 +------------------ Projects/UOContent/Misc/CharacterCreation.cs | 2 +- 2 files changed, 2 insertions(+), 52 deletions(-) diff --git a/Distribution/Data/Decoration/Britannia/bucs.cfg b/Distribution/Data/Decoration/Britannia/bucs.cfg index deda623cf..1b9cfa84f 100644 --- a/Distribution/Data/Decoration/Britannia/bucs.cfg +++ b/Distribution/Data/Decoration/Britannia/bucs.cfg @@ -10,56 +10,6 @@ Static 0x051F Static 0x0520 2669 2073 -20 -# stone -Static 0x071E -2726 2133 0 -2727 2131 0 -2727 2131 5 -2727 2131 10 -2727 2131 15 -2727 2131 20 -2727 2131 25 -2727 2132 0 -2727 2132 30 -2727 2133 0 -2727 2133 30 -2727 2133 35 -2727 2134 0 -2727 2134 30 -2727 2135 0 -2727 2135 5 -2727 2135 10 -2727 2135 15 -2727 2135 20 -2727 2135 25 -2728 2133 0 - -# stone stairs -Static 0x071F -2727 2134 35 -2727 2135 30 - -# stone stairs -Static 0x0737 -2727 2131 30 -2727 2132 35 - -# stone stairs -Static 0x07A0 -2726 2132 0 - -# stone stairs -Static 0x07A1 -2728 2134 0 - -# stone stairs -Static 0x07A2 -2728 2132 0 - -# stone stairs -Static 0x07DA -2726 2134 0 - # bottle of ale BeverageBottle 0x099F (Content=Ale) 2659 2187 8 @@ -719,4 +669,4 @@ GlassMug 0x1F81 # glass of water GlassMug 0x1F91 (Content=Water) -2679 2233 4 \ No newline at end of file +2679 2233 4 diff --git a/Projects/UOContent/Misc/CharacterCreation.cs b/Projects/UOContent/Misc/CharacterCreation.cs index 0b58f83a8..da82bb8ec 100644 --- a/Projects/UOContent/Misc/CharacterCreation.cs +++ b/Projects/UOContent/Misc/CharacterCreation.cs @@ -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)