mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-28 07:22:29 +00:00
[Bug] DI Buff Fade (#3919)
Mistakenly removed BuffFadeBySlot(buffSlot);
This commit is contained in:
parent
0f7f71334a
commit
5a7d544c5b
@ -7094,6 +7094,7 @@ bool Mob::TryDeathSave() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SendHPUpdate();
|
SendHPUpdate();
|
||||||
|
BuffFadeBySlot(buffSlot);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else if (UD_HealMod) {
|
else if (UD_HealMod) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user