fix(Scripts/Ulduar): disable Mimiron's and Thorim's Targetting crystal when talking to Bran (#18927)

load Mimiron's and Thorim's Targetting crystal
This commit is contained in:
Jelle Meeus
2024-05-20 03:17:12 +02:00
committed by GitHub
parent c13c1b28e7
commit ce32e51552

View File

@@ -728,6 +728,7 @@ public:
case EVENT_TOWER_OF_FLAMES_DESTROYED:
{
instance->LoadGrid(364.0f, -16.0f); //make sure leviathan is loaded
instance->LoadGrid(364.0f, 32.0f); //make sure Mimiron's and Thorim's Targetting Crystal are loaded
m_leviathanTowers[type - EVENT_TOWER_OF_LIFE_DESTROYED] = data;
for (uint8 i = 0; i < 2; ++i)
{