mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user