aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-08-18 18:59:53 +0200
committerOvahlord <dreadkiller@gmx.de>2024-08-18 18:59:53 +0200
commita42b6f67c1351317197b947860ffde5d0b8a65e5 (patch)
tree36c8455e4f69ef716ba8e69a2e4faa075cc0044e /src
parentf76f20c7fc73260e609120d38b72e03ce94e9264 (diff)
Core/Spells: print the amount of found mastery spell learn spell entries generated during startup
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/SpellMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 5abf6b02ef9..b27f7db6dbd 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -1254,7 +1254,7 @@ void SpellMgr::LoadSpellLearnSpells()
}
}
- TC_LOG_INFO("server.loading", ">> Loaded {} spell learn spells, {} found in Spell.dbc in {} ms", count, dbc_count, GetMSTimeDiffToNow(oldMSTime));
+ TC_LOG_INFO("server.loading", ">> Loaded {} spell learn spells, {} found in Spell.dbc and {} found in TalentTab.db2 in {} ms", count, dbc_count, mastery_count, GetMSTimeDiffToNow(oldMSTime));
}
void SpellMgr::LoadSpellTargetPositions()