@@ -239,7 +239,7 @@ namespace XmdsServerEdgeJS.Zone
public void SetCallBack(string gameSrvId)
{
- JSGMountainKingModule.Init(gameSrvId);
+ //JSGMountainKingModule.Init(gameSrvId);
}
public void CreateZone(string playerId, string gameServerId, int mapTemplateId, string instanceId, bool forceCreate,
@@ -30,7 +30,7 @@ namespace XmdsCommonSkill.Plugin.Skills.Remedy
var playerTalent = unit.GetPlayerCache() as PlayerCache_Remedy;
if(playerTalent == null)
- log.Error("没有按照要求配置单位:" + unit.mInfo.ID + ", " + unit.mInfo.Name + ", 场景:" + unit.mUnit.Parent.GetSceneID());
+ //log.Error("没有按照要求配置单位:" + unit.mInfo.ID + ", " + unit.mInfo.Name + ", 场景:" + unit.mUnit.Parent.GetSceneID());
return;
playerTalent.SetSkillPoisonRate(new IntIntData(mPoisionValue.GetValue(1), mPoisionValue.GetValue(2)), this.SkillID);