fix(Scripts/HoL): adjust IsEncounterInProgress() (#6108)
This commit is contained in:
parent
fb8cfe394a
commit
9bd07a673a
1 changed files with 3 additions and 1 deletions
|
|
@ -48,8 +48,10 @@ public:
|
|||
{
|
||||
for (uint8 i = 0; i < MAX_ENCOUNTER; ++i)
|
||||
{
|
||||
if (m_auiEncounter[i] == IN_PROGRESS)
|
||||
if (m_auiEncounter[i] == IN_PROGRESS && i != TYPE_LOKEN_INTRO)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue