parent
096d39609e
commit
8e9221bb5a
400 changed files with 3688 additions and 5969 deletions
|
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Server.Commands;
|
||||
using Server.Commands.Generic;
|
||||
using Server.Gumps;
|
||||
using Server.Items;
|
||||
|
|
@ -146,7 +145,7 @@ namespace Server.Guilds
|
|||
|
||||
public void CheckLeader()
|
||||
{
|
||||
if (m_Leader == null || m_Leader.Disbanded)
|
||||
if (m_Leader?.Disbanded != false)
|
||||
{
|
||||
CalculateAllianceLeader();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue