This commit is contained in:
parent
f67a870208
commit
6f405eede4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue