diff options
| author | megamage <none@none> | 2009-06-18 17:06:59 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-18 17:06:59 -0500 |
| commit | 4f0ae7903630fb40d4cfb5a3b08cfd43a2b54f74 (patch) | |
| tree | 11a6c69fadfe18ca77461d0548210a2a0738986c /src/game/Spell.cpp | |
| parent | c4a8da0e32d43099c3bc3797aecc94070ab6a0d3 (diff) | |
[8041] Avoid send talent info many times at loading. Small cleanups. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
| -rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index fe42dec9a4f..89eb18f2486 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -6335,4 +6335,4 @@ void Spell::FillRaidOrPartyHealthPriorityTargets( UnitList &TagUnitMap, Unit* ta TagUnitMap.push_back(healthQueue.top().getUnit()); healthQueue.pop(); } -}
\ No newline at end of file +} |
