mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-20 06:49:29 -04:00
*Update to Mangos 7100.
--HG-- branch : trunk
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user