Lost comment from prev commit ;)

This commit is contained in:
VladimirMangos 2009-11-23 01:53:25 +03:00
parent 67e070870b
commit 1f6e574fcc

View file

@ -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; }