aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ObjectMgr.h')
-rw-r--r--src/game/ObjectMgr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/ObjectMgr.h b/src/game/ObjectMgr.h
index 62a896cd5f2..98c818838e5 100644
--- a/src/game/ObjectMgr.h
+++ b/src/game/ObjectMgr.h
@@ -548,9 +548,13 @@ class ObjectMgr
void LoadQuests();
void LoadQuestRelations()
{
+ sLog.outString("Loading GO Start Quest Data...");
LoadGameobjectQuestRelations();
+ sLog.outString("Loading GO End Quest Data...");
LoadGameobjectInvolvedRelations();
+ sLog.outString("Loading Creature Start Quest Data...");
LoadCreatureQuestRelations();
+ sLog.outString("Loading Creature End Quest Data...");
LoadCreatureInvolvedRelations();
}
void LoadGameobjectQuestRelations();