Some cleanups. (might break build for scripts as they are a WIP)
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Game.DataStorage
|
||||
Guild guild = player.GetGuild();
|
||||
ObjectGuid guildGuid = ObjectGuid.Empty;
|
||||
|
||||
if (guild)
|
||||
if (guild != null)
|
||||
guildGuid = guild.GetGUID();
|
||||
|
||||
_whoListStorage.Add(new WhoListPlayerInfo(player.GetGUID(), player.GetTeam(), player.GetSession().GetSecurity(), player.GetLevel(),
|
||||
|
||||
Reference in New Issue
Block a user