mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
Conditions/ConditionMgr: Add a comment so MitchesD can go away.
This commit is contained in:
@@ -738,7 +738,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