Skip to content

Commit

Permalink
Fix invalid table reference for Waughroon Rank 2 Battlefield
Browse files Browse the repository at this point in the history
  • Loading branch information
claywar committed May 4, 2024
1 parent c357dbf commit 1aadd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/battlefields/Waughroon_Shrine/rank_2_mission.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end

function content:checkSkipCutscene(player)
return player:hasCompletedMission(xi.mission.log_id.WINDURST, xi.mission.id.windurst.THE_THREE_KINGDOMS_BASTOK2) or
player:hasCompletedMission(xi.mission.log_id.SANDORIA, xi.mission.id.bastok.JOURNEY_TO_BASTOK2) or
player:hasCompletedMission(xi.mission.log_id.SANDORIA, xi.mission.id.sandoria.JOURNEY_TO_BASTOK2) or
(player:getMissionStatus(player:getNation()) > 9 and
(
player:getCurrentMission(xi.mission.log_id.WINDURST) == xi.mission.id.windurst.THE_THREE_KINGDOMS_BASTOK2 or
Expand Down

0 comments on commit 1aadd6c

Please sign in to comment.