Scripts/LCT: make High Prophet Barim agressive on reset

This commit is contained in:
Ovalord
2017-12-22 00:06:00 +01:00
parent e56a4424d6
commit e45b1098b2

View File

@@ -128,6 +128,7 @@ public:
void Reset() override
{
_Reset();
me->SetReactState(REACT_AGGRESSIVE);
_repentanceStarted = false;
}