Fixes dictionary uses (#7)
This commit is contained in:
parent
d4a52344f2
commit
916d404c51
161 changed files with 1211 additions and 1722 deletions
|
|
@ -35,9 +35,7 @@ namespace Server.SkillHandlers
|
|||
|
||||
public static bool GetEffect(Mobile targ, ref int effect)
|
||||
{
|
||||
DiscordanceInfo info = m_Table[targ];
|
||||
|
||||
if (info == null)
|
||||
if (!m_Table.TryGetValue(targ, out DiscordanceInfo info))
|
||||
return false;
|
||||
|
||||
effect = info.m_Effect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue