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/Level3.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/Level3.cpp')
| -rw-r--r-- | src/game/Level3.cpp | 2 |
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) { |
