quivers should be insurable
This commit is contained in:
parent
57b8b32096
commit
bca2359865
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue