mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
[Bug Fix] DI/Death Pact Fix (#3867)
* [Bug Fix] DI/Death Pact Fix Divine Intervention/Death Pact buffs were always fading the moment a person dropped below 16% regardless if it healed or not. It will now only fade if it succeeds in healing, and it will only check to heal when a person drops below 16% * Requested Updates
This commit is contained in:
@@ -62,6 +62,11 @@ namespace EQ
|
||||
class ItemInstance;
|
||||
}
|
||||
|
||||
namespace DeathSave {
|
||||
constexpr uint32 HP300 = 1;
|
||||
constexpr uint32 HP8000 = 2;
|
||||
}
|
||||
|
||||
enum class eSpecialAttacks : int {
|
||||
None,
|
||||
Rampage,
|
||||
|
||||
Reference in New Issue
Block a user