Преглед на файлове

主线闯关三队相关修改

gitxsm преди 2 месеца
родител
ревизия
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"