[Bug] DI Buff Fade (#3919)

Mistakenly removed BuffFadeBySlot(buffSlot);
This commit is contained in:
Fryguy 2024-01-08 03:06:41 -05:00 committed by GitHub
parent 0f7f71334a
commit 5a7d544c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7094,6 +7094,7 @@ bool Mob::TryDeathSave() {
} }
SendHPUpdate(); SendHPUpdate();
BuffFadeBySlot(buffSlot);
return true; return true;
} }
else if (UD_HealMod) { else if (UD_HealMod) {