mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-15 09:50:27 +00:00
naxx chat short cut
This commit is contained in:
@@ -28,8 +28,8 @@ float CastTimeMultiplier::GetValue(Action* action)
|
||||
return 1.0f;
|
||||
|
||||
uint32 castTime = spellInfo->CalcCastTime();
|
||||
if (castTime >= 3000)
|
||||
return 0.0f;
|
||||
// if (castTime >= 3000)
|
||||
// return 0.0f;
|
||||
|
||||
if (castTime >= 1500)
|
||||
return 0.5f;
|
||||
|
||||
Reference in New Issue
Block a user