aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level3.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/Level3.cpp
parentc4a8da0e32d43099c3bc3797aecc94070ab6a0d3 (diff)
[8041] Avoid send talent info many times at loading. Small cleanups. Author: VladimirMangos
--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 5e8ca3f3c30..30a646ee4b4 100644
--- a/src/game/Level3.cpp
+++ b/src/game/Level3.cpp
@@ -5290,7 +5290,7 @@ bool ChatHandler::HandleResetTalentsCommand(const char * args)
return true;
}
- // Try reset talenents as Hunter Pet
+ // Try reset talents as Hunter Pet
Creature* creature = getSelectedCreature();
if (creature && creature->isPet() && ((Pet *)creature)->getPetType() == HUNTER_PET)
{