mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/Ulduar): Fixed launching Leviathan's hard mode. (#10911)
Fixes #10877
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user