mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
[Bug] DI Buff Fade (#3919)
Mistakenly removed BuffFadeBySlot(buffSlot);
This commit is contained in:
@@ -7094,6 +7094,7 @@ bool Mob::TryDeathSave() {
|
||||
}
|
||||
|
||||
SendHPUpdate();
|
||||
BuffFadeBySlot(buffSlot);
|
||||
return true;
|
||||
}
|
||||
else if (UD_HealMod) {
|
||||
|
||||
Reference in New Issue
Block a user