mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
*Update to Mangos 7100.
--HG-- branch : trunk
This commit is contained in:
@@ -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