diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-27 22:38:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-27 22:38:18 +0200 |
| commit | cef5d795a09a94f1b6dfc2788c4a379ce01a9ccd (patch) | |
| tree | 229ec688def62e4ef355e559d00ab40154291a34 /src/server/game/Conditions/ConditionMgr.cpp | |
| parent | b52e774ccf324fbdce90f77b58b9b6efaa887ba9 (diff) | |
Core/Conditions: merge CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK with CONDITION_SOURCE_TYPE_QUEST_ACCEPT. (#18151)
Diffstat (limited to 'src/server/game/Conditions/ConditionMgr.cpp')
| -rw-r--r-- | src/server/game/Conditions/ConditionMgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Conditions/ConditionMgr.cpp b/src/server/game/Conditions/ConditionMgr.cpp index c859031b573..7ee775ec676 100644 --- a/src/server/game/Conditions/ConditionMgr.cpp +++ b/src/server/game/Conditions/ConditionMgr.cpp @@ -1671,7 +1671,6 @@ bool ConditionMgr::isSourceTypeValid(Condition* cond) const break; } case CONDITION_SOURCE_TYPE_QUEST_ACCEPT: - case CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK: if (!sObjectMgr->GetQuestTemplate(cond->SourceEntry)) { TC_LOG_ERROR("sql.sql", "%s SourceEntry specifies non-existing quest, skipped.", cond->ToString().c_str()); |
