aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2019-10-21 10:19:52 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-18 23:03:00 +0100
commit7f074efa0498f9c0a8b8eaed733f462763ae099d (patch)
tree0ef834f6434a05837c4edbae2e2b4f4118b22bdb /src
parentc1b0ffbef8c69a8f2285dae42abae57261630b2d (diff)
Core/Totem: Change log level of a log
To much spam of people doing quests with totem-like creatures (cherry picked from commit 69b7958ebcebbf52e95323f4578cfbffe51635d6)
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Entities/Totem/Totem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Entities/Totem/Totem.cpp b/src/server/game/Entities/Totem/Totem.cpp
index 59c7b2b0d1f..a0ccd833b37 100644
--- a/src/server/game/Entities/Totem/Totem.cpp
+++ b/src/server/game/Entities/Totem/Totem.cpp
@@ -70,7 +70,7 @@ void Totem::InitStats(uint32 duration)
if (uint32 totemDisplayId = sSpellMgr->GetModelForTotem(m_unitData->CreatedBySpell, owner->GetRace()))
SetDisplayId(totemDisplayId);
else
- TC_LOG_ERROR("misc", "Totem with entry %u, does not have a specialized model for spell %u and race %s. Set to default.",
+ TC_LOG_DEBUG("misc", "Totem with entry %u, does not have a specialized model for spell %u and race %s. Set to default.",
GetEntry(), *m_unitData->CreatedBySpell, EnumUtils::ToTitle(Races(owner->GetRace())));
}