Fixed character statue deed issue for plinth redeeding.
This commit is contained in:
parent
b5375116b0
commit
978011c869
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue