mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
fix(Scripts/Ulduar): Don't load encounter states as IN_PROGRESS (#15041)
This commit is contained in:
@@ -1088,6 +1088,14 @@ public:
|
||||
|
||||
data >> C_of_Ulduar_MASK;
|
||||
data >> m_mageBarrier;
|
||||
|
||||
for (uint8 i = 0; i < (MAX_ENCOUNTER - 1); ++i)
|
||||
{
|
||||
if (m_auiEncounter[i] == IN_PROGRESS)
|
||||
{
|
||||
m_auiEncounter[i] = NOT_STARTED;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void WriteSaveDataMore(std::ostringstream& data) override
|
||||
|
||||
Reference in New Issue
Block a user