fix(Scripts/Ulduar): Fixed launching Leviathan's hard mode. (#10911)

Fixes #10877
This commit is contained in:
UltraNix 2022-03-09 09:17:32 +01:00 committed by GitHub
parent 0e35b681fb
commit 5e7166977e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ public:
// Flame Leviathan
for (uint8 i = 0; i < 4; ++i)
m_leviathanTowers[i] = false;
m_leviathanTowers[i] = true;
_leviathanVehicles.clear();
m_unbrokenAchievement = 1;