chore(Scripts/BlackwingLair): Another temporary solution to Chromaggu… (#12664)

chore(Scripts/BlackwingLair): Another temporary solution to Chromaggus being pulled through the floor
This commit is contained in:
Skjalf
2022-08-12 15:23:07 -03:00
committed by GitHub
parent 244dca6660
commit a8c4a16a00

View File

@@ -85,7 +85,7 @@ public:
Acore::Containers::RandomResize(_breathSpells, 2);
// Hack fix: This is here to prevent him from being pulled from the floor underneath, remove it once maps are fixed.
creature->SetReactState(REACT_PASSIVE);
creature->SetImmuneToAll(true);
}
void Initialize()
@@ -122,7 +122,7 @@ public:
{
_playerGUID = guid;
// Hack fix: This is here to prevent him from being pulled from the floor underneath, remove it once maps are fixed.
me->SetReactState(REACT_AGGRESSIVE);
me->SetImmuneToAll(false);
}
}