diff --git a/src/game/ThreatManager.h b/src/game/ThreatManager.h index 622363645..0c9f7cdfb 100644 --- a/src/game/ThreatManager.h +++ b/src/game/ThreatManager.h @@ -206,8 +206,7 @@ class MANGOS_DLL_SPEC ThreatManager void setDirty(bool pDirty) { iThreatContainer.setDirty(pDirty); } - // methods to access the lists from the outside to do sume dirty manipulation (scriping and such) - // I hope they are used as little as possible. + // Don't must be used for explcit modify threat values in iterator return pointers ThreatList const& getThreatList() const { return iThreatContainer.getThreatList(); } //FIXME: currently used in some known script hacks, but expected as non needed ThreatContainer& getOnlineContainer() { return iThreatContainer; }