[8041] Avoid send talent info many times at loading. Small cleanups.

This commit is contained in:
VladimirMangos 2009-06-18 21:59:47 +04:00
parent 68848314e2
commit 3e2b810376
6 changed files with 16 additions and 17 deletions

View file

@ -5712,4 +5712,4 @@ void Spell::FillRaidOrPartyHealthPriorityTargets( UnitList &TagUnitMap, Unit* ta
TagUnitMap.push_back(healthQueue.top().getUnit());
healthQueue.pop();
}
}
}