mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 11:42:25 +00:00
Ignore procs when setting recast timers
This commit is contained in:
parent
a4ac2b3831
commit
0eda3efe6a
@ -2253,7 +2253,7 @@ bool Mob::SpellFinished(uint16 spell_id, Mob *spell_target, uint16 slot, uint16
|
||||
}
|
||||
|
||||
//set our reuse timer on long ass reuse_time spells...
|
||||
if(IsClient())
|
||||
if(IsClient() && !isproc)
|
||||
{
|
||||
if(spell_id == casting_spell_id && casting_spell_timer != 0xFFFFFFFF)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user