Support for spells_new field 'viral_range'

This commit is contained in:
KayenEQ
2014-10-26 02:05:36 -04:00
parent 5afd6b8628
commit adb8175654
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -4349,7 +4349,7 @@ void Mob::SpreadVirus(uint16 spell_id, uint16 casterID)
// Only spread in zones without perm buffs
if(!zone->BuffTimersSuspended()) {
for(int i = 0; i < num_targs; i++) {
target = entity_list.GetTargetForVirus(this);
target = entity_list.GetTargetForVirus(this, spells[spell_id].viral_range);
if(target) {
// Only spreads to the uninfected
if(!target->FindBuff(spell_id)) {