quick fix for persistent effects fading (#1604)

This commit is contained in:
KayenEQ 2021-10-15 09:04:14 -04:00 committed by GitHub
parent 6669fc8214
commit 9c67421ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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