mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
quick fix for persistent effects fading (#1604)
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user