aboutsummaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2023-04-08 21:49:33 +0200
committerMeji <alvaro.megias@outlook.com>2023-04-08 21:49:33 +0200
commit0327f3ede31a2ece7b359bcd25c421de8074a730 (patch)
tree335d55009475b74c5f965b088d05143f21f3e4b7 /src/server
parentd22711bf97aa7b3e3814f547684dfa59ea33d88a (diff)
Core/Conditions: Fix log typo
Diffstat (limited to 'src/server')
-rw-r--r--src/server/game/Conditions/ConditionMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Conditions/ConditionMgr.cpp b/src/server/game/Conditions/ConditionMgr.cpp
index 125610378fd..5156a33ff13 100644
--- a/src/server/game/Conditions/ConditionMgr.cpp
+++ b/src/server/game/Conditions/ConditionMgr.cpp
@@ -1711,7 +1711,7 @@ bool ConditionMgr::addToPhases(Condition* cond) const
}
}
- TC_LOG_ERROR("sql.sql", "{} Area {} does not have phase {}.", cond->ToString(), cond->SourceGroup, cond->SourceEntry);
+ TC_LOG_ERROR("sql.sql", "{} Area {} does not have phase {}.", cond->ToString(), cond->SourceEntry, cond->SourceGroup);
return false;
}