Explorar el Código

增加一个法术被忽略的log,方便调查法术为何无表现的原因

大爷 hace 1 año
padre
commit
b1beb91f06
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Common/CommonAIServer/Node/ZoneNode.cs

+ 1 - 0
Common/CommonAIServer/Node/ZoneNode.cs

@@ -788,6 +788,7 @@ namespace CommonAIServer.Node
                             return;
                         }
                     }
+                    log.Debug($"Ignore spell to client: {em.spell_template_id}");
                 }
             }
             protected virtual void OnEnterView(InstanceZoneObject obj)