aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGerhood <mrambrius@gmail.com>2016-08-15 14:37:55 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-12 15:21:05 +0100
commit2560066b847dc2131ecda459227229b25fbc52a1 (patch)
treed9eafc06cf0d667ec6f9f34d1087b89981b96c5d /src
parent15531e1740a87cba3f196c2f6199efdaf0433e39 (diff)
Core/Auras: Increase number of auras sent to client except for group updates (#17604)
(cherry picked from commit 4a38773e3e74af329aa13e2a506ef824f2a6e4d3) # Conflicts: # src/server/game/Handlers/GroupHandler.cpp # src/server/game/Spells/Auras/SpellAuraDefines.h # src/server/game/Spells/Auras/SpellAuras.cpp
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/Auras/SpellAuras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuras.cpp b/src/server/game/Spells/Auras/SpellAuras.cpp
index 403dce62f71..8f902062a8e 100644
--- a/src/server/game/Spells/Auras/SpellAuras.cpp
+++ b/src/server/game/Spells/Auras/SpellAuras.cpp
@@ -65,7 +65,7 @@ _flags(AFLAG_NONE), _effectsToApply(effMask), _needClientUpdate(false), _effectM
TC_LOG_DEBUG("spells", "Aura: %u Effect: %d put to unit visible auras slot: %u", GetBase()->GetId(), GetEffectMask(), slot);
}
else
- TC_LOG_DEBUG("spells", "Aura: %u Effect: %d could not find empty unit visible slot", GetBase()->GetId(), GetEffectMask());
+ TC_LOG_ERROR("spells", "Aura: %u Effect: %d could not find empty unit visible slot", GetBase()->GetId(), GetEffectMask());
_InitFlags(caster, effMask);
}