Просмотр исходного кода

主线闯关三队相关修改

gitxsm 2 месяцев назад
Родитель
Сommit
c614a857c0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      script/module/combat/CombatLogic.lua

+ 1 - 1
script/module/combat/CombatLogic.lua

@@ -1225,7 +1225,7 @@ function sendCombatFinish(human, combatInfo)
 	BeginStory.handleBattle8End(human, combatInfo.isWin, combatInfo.isVideo, combatInfo.type, msgRet)
 	BeginStory.handleBattle12End(human, combatInfo.isWin, combatInfo.isVideo, combatInfo.type, msgRet)
 
-	if CombatDefine.COMBAT_TYPE1 == combatInfo.type  or CombatDefine.COMBAT_TYPE30 == combatInfo.type then
+	if CombatDefine.COMBAT_TYPE1 == combatInfo.type  or CombatDefine.COMBAT_TYPE30 == combatInfo.type or CombatDefine.COMBAT_TYPE38 == combatInfo.type then
 		msgRet.data.nBattleType = human.db.battleType
 		if true == combatInfo.isWin and BattleLogic.BattleLogic_IsLastLevels(human, human.db.battleType) then
 			msgRet.data.param = "0|0|0"