This commit is contained in:
parent
8ff1a903a0
commit
14873aaa3e
78 changed files with 360 additions and 231 deletions
|
|
@ -81,6 +81,9 @@ namespace Server.Commands
|
|||
|
||||
public Item Construct()
|
||||
{
|
||||
if ( m_Type == null )
|
||||
return null;
|
||||
|
||||
Item item;
|
||||
|
||||
try
|
||||
|
|
|
|||
|
|
@ -78,6 +78,9 @@ namespace Server.Commands
|
|||
|
||||
public Item Construct()
|
||||
{
|
||||
if ( m_Type == null )
|
||||
return null;
|
||||
|
||||
Item item;
|
||||
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue