|
@@ -352,11 +352,11 @@ namespace XmdsServerEdgeJS.Zone
|
|
|
{
|
|
|
atkAssistantList = (obj.Virtual as XmdsVirtual).mHateSystem.GetAtkAssistantList();
|
|
|
}
|
|
|
-
|
|
|
- if (type != 2 && playerIds.Count == 0 && (atkAssistantList == null || atkAssistantList.Count == 0))
|
|
|
- {
|
|
|
- return;
|
|
|
- }
|
|
|
+ // log.Warn("单位死亡事件====unitTemplateId=" + tpID + ", type=" + type + ", 死亡了...");
|
|
|
+ // if (type != 2 && playerIds.Count == 0 && (atkAssistantList == null || atkAssistantList.Count == 0))
|
|
|
+ // {
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
|
|
|
#endregion
|
|
|
//log.Info("monster dead objId:" + obj.ID + " templateId:" + tpID + " type " + type);
|