mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
oopsies
This commit is contained in:
+2
-2
@@ -2546,9 +2546,9 @@ bool Mob::SpellFinished(uint16 spell_id, Mob *spell_target, CastingSlot slot, in
|
||||
float range = spells[spell_id].range + GetRangeDistTargetSizeMod(spell_target);
|
||||
if (
|
||||
(
|
||||
(IsClient() && CastToClient()->TGB()) || (IsBot() && RuleB(Bots, EnableBotTGB)
|
||||
(IsClient() && CastToClient()->TGB()) || (IsBot() && RuleB(Bots, EnableBotTGB))
|
||||
) &&
|
||||
IsTGBCompatibleSpell(spell_id) && IsGroupSpell(spell_id))
|
||||
IsTGBCompatibleSpell(spell_id) && IsGroupSpell(spell_id)
|
||||
) {
|
||||
range = spells[spell_id].aoe_range;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user