From 02c060be05b27dcd2d5d662027bae7fd91c3abfc Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 17 Jan 2009 17:54:11 -0600 Subject: *Update to Mangos 7100. --HG-- branch : trunk --- src/game/Level1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Level1.cpp') 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); -- cgit v1.2.3