aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level3.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-03 16:39:21 -0600
committermegamage <none@none>2009-04-03 16:39:21 -0600
commit3d1200f4ac8adc439d5580cb9fdea6f827d4e9d9 (patch)
tree4d311806c040a77dd2eaf7f63e7b2815048b93d7 /src/game/Level3.cpp
parentdf479707e2b96ff292a58f0af594a6f26f9bfd72 (diff)
[7609] Trailing whitespace cleaning Author: freghar
--HG-- branch : trunk
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r--src/game/Level3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp
index e1dd468158e..075b41ca743 100644
--- a/src/game/Level3.cpp
+++ b/src/game/Level3.cpp
@@ -2299,7 +2299,7 @@ bool ChatHandler::HandleLearnAllMyTalentsCommand(const char* /*args*/)
// search highest talent rank
uint32 spellid = 0;
-
+
for(int rank = MAX_TALENT_RANK-1; rank >= 0; --rank)
{
if(talentInfo->RankID[rank]!=0)