mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-20 12:42:26 +00:00
Merge pull request #278 from KayenEQ/Development
Revert for checking buffs if virus, couple of spells don't require a buff.
This commit is contained in:
commit
5e1500c93b
@ -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