Fixes casting checks
This commit is contained in:
parent
7ea00fbf4f
commit
03dd5f1926
431 changed files with 5616 additions and 6250 deletions
|
|
@ -173,7 +173,7 @@ namespace Server.Items
|
|||
}
|
||||
else
|
||||
{
|
||||
if( Core.ML )
|
||||
if ( Core.ML )
|
||||
{
|
||||
number = 1080526; // That must be in your bank box or commodity deed box to use it.
|
||||
}
|
||||
|
|
@ -189,7 +189,7 @@ namespace Server.Items
|
|||
}
|
||||
else if ( ( box == null || !IsChildOf( box ) ) && cox == null )
|
||||
{
|
||||
if( Core.ML )
|
||||
if ( Core.ML )
|
||||
{
|
||||
number = 1080526; // That must be in your bank box or commodity deed box to use it.
|
||||
}
|
||||
|
|
@ -249,7 +249,7 @@ namespace Server.Items
|
|||
}
|
||||
else
|
||||
{
|
||||
if( Core.ML )
|
||||
if ( Core.ML )
|
||||
{
|
||||
number = 1080526; // That must be in your bank box or commodity deed box to use it.
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ namespace Server.Items
|
|||
|
||||
public override void OnResponse( NetState sender, RelayInfo info )
|
||||
{
|
||||
if( m_From == null || !m_From.Alive )
|
||||
if ( m_From == null || !m_From.Alive )
|
||||
return;
|
||||
|
||||
if ( m_Deed.Deleted )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue