From 6dc37a9add631888fe5fbcd43d19c2b07bed8a57 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 19 Nov 2016 23:42:21 -0300 Subject: Core/Auras: Rewritten conditionally applying SPELL_AURA_MOD_WEAPON_CRIT_PERCENT, SPELL_AURA_MOD_DAMAGE_DONE and SPELL_AURA_MOD_DAMAGE_PERCENT_DONE auras * Now the entire aura is removed when changing equipment * All aura types can now depend on equipped items (cherry picked from commit b9f7b500a362736235fc917ce4f34aa8520eb651) --- src/common/Common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/Common.h b/src/common/Common.h index aa04abacd30..af9b9b17321 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -35,6 +35,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3