diff options
| author | megamage <none@none> | 2009-01-17 17:54:11 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-17 17:54:11 -0600 |
| commit | 02c060be05b27dcd2d5d662027bae7fd91c3abfc (patch) | |
| tree | 1e3bddc4c459f48445cf45ff7e5253bd08cbe450 /src/game/Level1.cpp | |
| parent | 2cf1a3be1b310feafc43781ab9178f0c1f35d352 (diff) | |
*Update to Mangos 7100.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level1.cpp')
| -rw-r--r-- | src/game/Level1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level1.cpp b/src/game/Level1.cpp index 06032053490..e31d6fe6170 100644 --- a/src/game/Level1.cpp +++ b/src/game/Level1.cpp @@ -2085,7 +2085,7 @@ bool ChatHandler::HandleModifyBitCommand(const char* args) if( !*args ) return false; - Unit *unit = this->getSelectedUnit(); + Unit *unit = getSelectedUnit(); if (!unit) { SendSysMessage(LANG_NO_CHAR_SELECTED); |
