From 66356a3d6e836ca7d56a26ebb2e954fe04913da4 Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:43:00 -0600 Subject: [PATCH] missing from GetChanceToCastBySpellType --- zone/botspellsai.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/botspellsai.cpp b/zone/botspellsai.cpp index bacc65076..da1b27bb2 100644 --- a/zone/botspellsai.cpp +++ b/zone/botspellsai.cpp @@ -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);