fix(Scripts/Ulduar): Fixed launching Leviathan's hard mode. (#10911)
Fixes #10877
This commit is contained in:
parent
0e35b681fb
commit
5e7166977e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue