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:
parent
5fc0d58d05
commit
24ed94a320
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ public:
|
|||
{
|
||||
//Face our target
|
||||
DarkGlareAngle = me->GetAngle(target);
|
||||
DarkGlareTickTimer = 1000;
|
||||
DarkGlareTickTimer = 4000;
|
||||
DarkGlareTick = 0;
|
||||
ClockWise = RAND(true, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue