diff --git a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_chromaggus.cpp b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_chromaggus.cpp index 9da7d418a..e01a22aab 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_chromaggus.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackwingLair/boss_chromaggus.cpp @@ -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); } }