mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 12:12:34 -04:00
Core: More codestyle cleanups
This commit is contained in:
@@ -250,7 +250,7 @@ public:
|
||||
static bool HandleDebugSendOpcodeCommand(ChatHandler* handler, const char* /*args*/)
|
||||
{
|
||||
Unit *unit = handler->getSelectedUnit();
|
||||
Player *player = NULL;
|
||||
Player* player = NULL;
|
||||
if (!unit || (unit->GetTypeId() != TYPEID_PLAYER))
|
||||
player = handler->GetSession()->GetPlayer();
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user