mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Conditions/ConditionMgr: Add a comment so MitchesD can go away.
(cherry picked from commit 759aae56ad)
This commit is contained in:
@@ -752,7 +752,7 @@ bool ConditionMgr::IsObjectMeetToConditionList(ConditionSourceInfo& sourceInfo,
|
||||
//! If not found, add an entry in the store and set to true (placeholder)
|
||||
if (itr == elseGroupStore.end())
|
||||
elseGroupStore[condition->ElseGroup] = true;
|
||||
else if (!(*itr).second)
|
||||
else if (!(*itr).second) //! If another condition in this group was unmatched before this, don't bother checking (the group is false anyway)
|
||||
continue;
|
||||
|
||||
if (condition->ReferenceId)//handle reference
|
||||
|
||||
Reference in New Issue
Block a user