Fixes sequential checks
This commit is contained in:
parent
83dcf536d8
commit
42d0b6271f
67 changed files with 99 additions and 99 deletions
|
|
@ -536,7 +536,7 @@ namespace Server.Items
|
|||
AddComponent( new PlagueBeastComponent( 0x1363, 0x1 ), 0, 22 );
|
||||
AddComponent( new PlagueBeastComponent( 0x1D04, 0xD ), 0, 22 );
|
||||
|
||||
if ( Owner != null && Owner.Backpack != null )
|
||||
if ( Owner?.Backpack != null )
|
||||
{
|
||||
PlagueBeastMutationCore core = new PlagueBeastMutationCore();
|
||||
Owner.Backpack.AddItem( core );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue