Open Heisen59 opened 2 years ago
Cheat Death aura does not reduce damage.
Damages should be reduced by up to 90%
I don't know how resilience is affecting this.
Unit.cpp lines 9683 and 8783 (search for case 45182) if (mod < float(mDummyAura->GetModifier()->m_amount))
it should be
if (mod > float(mDummyAura->GetModifier()->m_amount)) since mod and m_amount are both negative values.
No crash log.
3a81d86d7eb0428b66c10d67a764eca05a3dca13
667167d1ceb50e0864e308029cc48c1e72bf20d3
Windows
3.3.5a (Wrath of the Lich King)
When testing, did you have any resilience gear equipped?
No, the rogue was with start-up equipment.
Bug Details
Cheat Death aura does not reduce damage.
Steps to Reproduce
Expected behavior
Damages should be reduced by up to 90%
I don't know how resilience is affecting this.
Suggested Workaround
Unit.cpp lines 9683 and 8783 (search for case 45182) if (mod < float(mDummyAura->GetModifier()->m_amount))
it should be
if (mod > float(mDummyAura->GetModifier()->m_amount)) since mod and m_amount are both negative values.
Crash Log
No crash log.
Core SHA1 Commit Hash
3a81d86d7eb0428b66c10d67a764eca05a3dca13
Database SHA1 Commit Hash
667167d1ceb50e0864e308029cc48c1e72bf20d3
Operating System
Windows
Client Version
3.3.5a (Wrath of the Lich King)