fixes [decorate and adds timestamp to world save (#87)
This commit is contained in:
parent
d7f0227268
commit
717e192cf7
65 changed files with 261 additions and 118 deletions
|
|
@ -2,6 +2,7 @@ using System;
|
|||
using System.Collections.Generic;
|
||||
using Server.Items;
|
||||
using Server.Mobiles;
|
||||
using Server.Utilities;
|
||||
|
||||
namespace Server
|
||||
{
|
||||
|
|
@ -886,7 +887,7 @@ namespace Server
|
|||
else if (Type == typeof(SummonAirElementalScroll)) // high scroll
|
||||
item = RandomScroll(2, 8, 8);
|
||||
else
|
||||
item = Activator.CreateInstance(Type) as Item;
|
||||
item = ActivatorUtil.CreateInstance(Type) as Item;
|
||||
|
||||
return item;
|
||||
}
|
||||
|
|
@ -959,4 +960,4 @@ namespace Server
|
|||
return v;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue