mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
Lost comment from prev commit ;)
This commit is contained in:
parent
67e070870b
commit
1f6e574fcc
1 changed files with 1 additions and 2 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue