Fixed character statue deed issue for plinth redeeding.

This commit is contained in:
eos 2012-12-08 22:51:50 +00:00
parent b5375116b0
commit 978011c869

View file

@ -471,6 +471,12 @@ namespace Server.Mobiles
{
m_Statue = statue;
if ( statue != null )
{
m_Type = statue.StatueType;
m_IsRewardItem = statue.IsRewardItem;
}
LootType = LootType.Blessed;
Weight = 1.0;
}