mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-01 06:55:59 +00:00
fix(Core/Spells): updates trajectory target selection (#23031)
Co-authored-by: xinef1 <w.szyszko2@gmail.com>
This commit is contained in:
@@ -3405,15 +3405,6 @@ void SpellMgr::LoadSpellInfoCustomAttributes()
|
||||
}
|
||||
|
||||
// Xinef: Cooldown overwrites
|
||||
// Jotunheim Rapid-Fire Harpoon: Energy Reserve
|
||||
case 56585:
|
||||
spellInfo->RecoveryTime = 30000;
|
||||
spellInfo->_requireCooldownInfo = true;
|
||||
break;
|
||||
// Jotunheim Rapid-Fire Harpoon: Rapid-Fire Harpoon
|
||||
case 56570:
|
||||
spellInfo->RecoveryTime = 200;
|
||||
break;
|
||||
// Burst of Speed
|
||||
case 57493:
|
||||
spellInfo->RecoveryTime = 60000;
|
||||
|
||||
Reference in New Issue
Block a user