aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/World
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-04-06 01:01:02 +0200
committerGitHub <noreply@github.com>2023-04-06 01:01:02 +0200
commit0750b7f8455df39a64462636ca296c6f2aa2b048 (patch)
tree935678cc42b5829dff44efababb3133c9df4e27a /src/server/game/World
parent20a1e21cc5dc890d858a4a8dceba16a4fc3caa72 (diff)
Core/Creature: Implemented sparring with max health percent thresholds (#27198)
Co-authored-by: Ovah <dreadkiller@gmx.de>
Diffstat (limited to 'src/server/game/World')
-rw-r--r--src/server/game/World/World.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp
index 0f4cde86499..fa79a585ad8 100644
--- a/src/server/game/World/World.cpp
+++ b/src/server/game/World/World.cpp
@@ -1980,6 +1980,9 @@ void World::SetInitialWorldSettings()
TC_LOG_INFO("server.loading", "Loading Creature template addons...");
sObjectMgr->LoadCreatureTemplateAddons();
+ TC_LOG_INFO("server.loading", "Loading Creature template sparring...");
+ sObjectMgr->LoadCreatureTemplateSparring();
+
TC_LOG_INFO("server.loading", "Loading Creature template scaling...");
sObjectMgr->LoadCreatureScalingData();