mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Fix AE Ramp iterator issue
This commit is contained in:
+1
-1
@@ -2000,7 +2000,7 @@ void Mob::AreaRampage(ExtraAttackOptions *opts)
|
||||
}
|
||||
|
||||
int rampage_targets = GetSpecialAbilityParam(SPECATK_AREA_RAMPAGE, 1);
|
||||
rampage_targets = rampage_targets > 0 ? rampage_targets : 1;
|
||||
rampage_targets = rampage_targets > 0 ? rampage_targets : -1;
|
||||
index_hit = hate_list.AreaRampage(this, GetTarget(), rampage_targets, opts);
|
||||
|
||||
if(index_hit == 0)
|
||||
|
||||
Reference in New Issue
Block a user