From bca2359865c432446a665e6156245ca7e44c06bd Mon Sep 17 00:00:00 2001 From: xavier Date: Sat, 13 Aug 2011 15:02:51 +0000 Subject: [PATCH] quivers should be insurable --- Scripts/Mobiles/PlayerMobile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Mobiles/PlayerMobile.cs b/Scripts/Mobiles/PlayerMobile.cs index 09b4c52e8..e878b1e8f 100644 --- a/Scripts/Mobiles/PlayerMobile.cs +++ b/Scripts/Mobiles/PlayerMobile.cs @@ -1569,7 +1569,7 @@ namespace Server.Mobiles private bool CanInsure( Item item ) { - if ( item is Container || item is BagOfSending || item is KeyRing ) + if ( (( item is Container) && !(item is BaseQuiver)) || item is BagOfSending || item is KeyRing ) return false; if ( (item is Spellbook && item.LootType == LootType.Blessed)|| item is Runebook || item is PotionKeg || item is Sigil )