|
@@ -732,7 +732,7 @@ namespace XmdsCommonSkill.Plugin.Skills
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- if (hitter.GetMaType() >= (byte)MonsterVisibleDataB2C.MonsterType.MType4 && IsKillMonsterCrit(param))
|
|
|
+ if (IsKillMonsterCrit(param))
|
|
|
{
|
|
|
param.Source.OutClientState = (byte)XmdsVirtual.UnitHitEventState.KillMonsterCrit;
|
|
|
//log.Info("斩妖暴击:" + attacker.mInfo.Name + ", " + hitter.mInfo.Name);
|