From 2560066b847dc2131ecda459227229b25fbc52a1 Mon Sep 17 00:00:00 2001 From: Gerhood Date: Mon, 15 Aug 2016 14:37:55 +0200 Subject: 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 --- src/server/game/Spells/Auras/SpellAuras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } -- cgit v1.2.3