This commit is contained in:
mark 2012-11-03 21:37:59 +00:00
parent c0218110c3
commit 754877f880
12 changed files with 70 additions and 56 deletions

View file

@ -104,7 +104,7 @@ namespace Server.Spells
return true;
}
}
return false;
}
@ -176,7 +176,7 @@ namespace Server.Spells
return false;
}
public static bool CanRevealCaster( Mobile m )
{
if ( m is BaseCreature )