fix(CORE): Increase C'Thun Dark Glare spell timer (#1754)

C'Thun's Dark Glare spell is now cast about 4 seconds after C'Thun turns red instead of 1 second.
This commit is contained in:
Shocker
2019-04-25 15:40:02 -04:00
committed by Barbz
parent 5fc0d58d05
commit 24ed94a320

View File

@@ -296,7 +296,7 @@ public:
{
//Face our target
DarkGlareAngle = me->GetAngle(target);
DarkGlareTickTimer = 1000;
DarkGlareTickTimer = 4000;
DarkGlareTick = 0;
ClockWise = RAND(true, false);
}