aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-18 17:06:59 -0500
committermegamage <none@none>2009-06-18 17:06:59 -0500
commit4f0ae7903630fb40d4cfb5a3b08cfd43a2b54f74 (patch)
tree11a6c69fadfe18ca77461d0548210a2a0738986c /src/game/Spell.cpp
parentc4a8da0e32d43099c3bc3797aecc94070ab6a0d3 (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.cpp2
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
+}