This commit is contained in:
asayre 2007-01-23 07:01:42 +00:00
parent f67a870208
commit 6f405eede4

View file

@ -119,7 +119,7 @@ namespace Server.Spells.Ninjitsu
DeathStrikeInfo info = m_Table[defender] as DeathStrikeInfo;
if( info == null )
if( info == null ) //sanity
return;
double ninjitsu = info.m_Attacker.Skills[SkillName.Ninjitsu].Fixed;