|  | @@ -63,7 +63,7 @@ namespace GameLogic.Combat
 | 
	
		
			
				|  |  |              StartCombatInfo startCombatInfo = new StartCombatInfo();
 | 
	
		
			
				|  |  |              startCombatInfo.CombatType = CombatType.CombatType.LevelBattle;
 | 
	
		
			
				|  |  |              await StartCombat(startCombatInfo);
 | 
	
		
			
				|  |  | -            levelBattleId = 100004;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |              LevelBattleCombatType levelBattleCombatType = CombatController.CombatTypeBasic as LevelBattleCombatType;
 | 
	
		
			
				|  |  |              if (levelBattleCombatType != null)
 | 
	
		
			
				|  |  |              {
 |