Skip to content

Commit

Permalink
AQ20: Modernize Rajaxx encounter
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jan 15, 2025
1 parent cc0179a commit 0d0ce23
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ void instance_zulaman::Load(const char* chrIn)
>> m_auiEncounter[4] >> m_auiEncounter[5] >> m_auiEncounter[6] >> m_auiEncounter[7]
>> m_auiEncounter[8] >> m_auiEncounter[9] >> m_auiEncounter[10] >> m_auiEncounter[11];

// Skip m_auiEncounter[7], to start the time event properly if needed
// Skip m_encounter[7], to start the time event properly if needed
for (uint8 i = 0; i < MAX_ENCOUNTER - 1; ++i)
{
if (m_auiEncounter[i] == IN_PROGRESS)
Expand Down
Loading

0 comments on commit 0d0ce23

Please sign in to comment.