fix(Scripts/HoS): Adjust IsEncounterInProgress() (#5642)
This commit is contained in:
parent
e5dea7a1a3
commit
e9ebb1ae57
1 changed files with 3 additions and 1 deletions
|
|
@ -55,8 +55,10 @@ public:
|
|||
{
|
||||
for (uint8 i = 0; i < MAX_ENCOUNTER; ++i)
|
||||
{
|
||||
if (Encounter[i] == IN_PROGRESS)
|
||||
if (Encounter[i] == IN_PROGRESS && i != BRANN_BRONZEBEARD)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue