mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
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:
@@ -296,7 +296,7 @@ public:
|
|||||||
{
|
{
|
||||||
//Face our target
|
//Face our target
|
||||||
DarkGlareAngle = me->GetAngle(target);
|
DarkGlareAngle = me->GetAngle(target);
|
||||||
DarkGlareTickTimer = 1000;
|
DarkGlareTickTimer = 4000;
|
||||||
DarkGlareTick = 0;
|
DarkGlareTick = 0;
|
||||||
ClockWise = RAND(true, false);
|
ClockWise = RAND(true, false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user