mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Fix DoBuffTic crash
This commit is contained in:
parent
7011395d4c
commit
46dd1511af
@ -3707,6 +3707,8 @@ void Mob::DoBuffTic(const Buffs_Struct &buff, int slot, Mob *caster)
|
|||||||
// do we need to do anyting here?
|
// do we need to do anyting here?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!IsValidSpell(buff.spellid)) // if we faded we're no longer valid!
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user