decoded tmaps should be blessed.
This commit is contained in:
parent
55fd4be7c9
commit
6356e1cff0
1 changed files with 8 additions and 4 deletions
|
|
@ -685,7 +685,7 @@ namespace Server.Items
|
||||||
|
|
||||||
from.LocalOverheadMessage( MessageType.Regular, 0x3B2, 503019 ); // You successfully decode a treasure map!
|
from.LocalOverheadMessage( MessageType.Regular, 0x3B2, 503019 ); // You successfully decode a treasure map!
|
||||||
Decoder = from;
|
Decoder = from;
|
||||||
|
LootType = LootType.Blessed;
|
||||||
DisplayTo( from );
|
DisplayTo( from );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -887,6 +887,10 @@ namespace Server.Items
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (m_Decoder != null && LootType == LootType.Regular)
|
||||||
|
{
|
||||||
|
LootType = LootType.Blessed;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue