mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
quick fix for persistent effects fading (#1604)
This commit is contained in:
parent
6669fc8214
commit
9c67421ccc
@ -4372,7 +4372,7 @@ bool Mob::TrySpellOnDeath()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BuffFadeAll();
|
BuffFadeNonPersistDeath();
|
||||||
return false;
|
return false;
|
||||||
//You should not be able to use this effect and survive (ALWAYS return false),
|
//You should not be able to use this effect and survive (ALWAYS return false),
|
||||||
//attempting to place a heal in these effects will still result
|
//attempting to place a heal in these effects will still result
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user