mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
missing from GetChanceToCastBySpellType
This commit is contained in:
@@ -2060,7 +2060,6 @@ uint8 Bot::GetChanceToCastBySpellType(uint16 spellType)
|
||||
case BotSpellTypes::GroupHeals:
|
||||
case BotSpellTypes::GroupCompleteHeals:
|
||||
case BotSpellTypes::GroupHoTHeals:
|
||||
case BotSpellTypes::GroupCures:
|
||||
return RuleI(Bots, PercentChanceToCastGroupHeal);
|
||||
case BotSpellTypes::Nuke:
|
||||
return RuleI(Bots, PercentChanceToCastNuke);
|
||||
|
||||
Reference in New Issue
Block a user