mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Revert for checking buffs if virus, a couple of spells don't require a buff.
This commit is contained in:
parent
a9f7af59a2
commit
c9073b10a1
@ -158,7 +158,7 @@ bool Mob::SpellEffect(Mob* caster, uint16 spell_id, float partial)
|
||||
}
|
||||
}
|
||||
|
||||
if(buffslot >= 0 && spells[spell_id].viral_targets > 0) {
|
||||
if(spells[spell_id].viral_targets > 0) {
|
||||
if(!viral_timer.Enabled())
|
||||
viral_timer.Start(1000);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user