tanghai 4 лет назад
Родитель
Сommit
a5ebc735ae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Server/Hotfix/Demo/G2M_CreateUnitHandler.cs

+ 1 - 1
Server/Hotfix/Demo/G2M_CreateUnitHandler.cs

@@ -23,7 +23,7 @@ namespace ET
 			unit.AddComponent<UnitGateComponent, long>(request.GateSessionId);
 			unitComponent.Add(unit);
 			// 加入aoi
-			unit.AddComponent<AOIEntity, int, Vector3>(15, unit.Position);
+			unit.AddComponent<AOIEntity, int, Vector3>(9 * 1000, unit.Position);
 
 			M2C_CreateUnits m2CCreateUnits = new M2C_CreateUnits();
 			m2CCreateUnits.Units.Add(UnitHelper.CreateUnitInfo(unit));