mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
Core/Instance: fix attumen/midnight encounter (thx zwerg) closes #6188
This commit is contained in:
@@ -79,6 +79,12 @@ public:
|
||||
|
||||
void Reset()
|
||||
{
|
||||
ResetTimer = 0;
|
||||
}
|
||||
|
||||
void EnterEvadeMode()
|
||||
{
|
||||
ScriptedAI::EnterEvadeMode();
|
||||
ResetTimer = 2000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user