mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
+1
-1
@@ -1108,7 +1108,7 @@ void EntityList::AESpell(
|
||||
max_targets_allowed = RuleI(Spells, TargetedAOEMaxTargets);
|
||||
} else if (
|
||||
IsPBAESpell(spell_id) &&
|
||||
IsDetrimentalSpell &&
|
||||
is_detrimental_spell &&
|
||||
!is_npc
|
||||
) {
|
||||
max_targets_allowed = RuleI(Spells, PointBlankAOEMaxTargets);
|
||||
|
||||
Reference in New Issue
Block a user