Lots of little stuff..
Generics Misc tweaks/fixes
This commit is contained in:
parent
8da138d6ed
commit
455fa28f48
16 changed files with 99 additions and 219 deletions
|
|
@ -557,7 +557,7 @@ namespace Server.Items
|
|||
{
|
||||
for ( int i = 0; i < entries.Length; ++i )
|
||||
{
|
||||
HousePlacementEntry e = (HousePlacementEntry)entries[i];
|
||||
HousePlacementEntry e = entries[i];
|
||||
|
||||
object obj = m_Table[e.m_Type];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue