diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-05-25 23:41:40 +0200 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2016-05-25 23:41:40 +0200 |
commit | 759aae56ad5e51e24ff6127fa655d8294c7de059 (patch) | |
tree | cc9994b14997a0add007e2636df38927b43b3ff1 | |
parent | 862d068cdeba73095840506493cf3335cde711c3 (diff) |
Conditions/ConditionMgr: Add a comment so MitchesD can go away.
-rw-r--r-- | src/server/game/Conditions/ConditionMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Conditions/ConditionMgr.cpp b/src/server/game/Conditions/ConditionMgr.cpp index afb6255079b..74e94135b86 100644 --- a/src/server/game/Conditions/ConditionMgr.cpp +++ b/src/server/game/Conditions/ConditionMgr.cpp @@ -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 |