Skip to content

Commit

Permalink
Drop old minor comment
Browse files Browse the repository at this point in the history
To sync this line of code with other branches
  • Loading branch information
Warlockbugs committed Jun 22, 2017
1 parent 7157b29 commit 003f7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Chat/Level2.cpp
Expand Up @@ -1719,7 +1719,7 @@ bool ChatHandler::HandleNpcAIInfoCommand(char* /*args*/)

std::string strScript = pTarget->GetScriptName();
std::string strAI = pTarget->GetAIName();
CreatureAI* ai = pTarget->AI(); // fix OSX warning
CreatureAI* ai = pTarget->AI();
char const* cstrAIClass = ai ? typeid(*ai).name() : " - ";

PSendSysMessage(LANG_NPC_AI_NAMES,
Expand Down

1 comment on commit 003f7ca

@boxa
Copy link
Contributor

@boxa boxa commented on 003f7ca Jun 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i was looking for it solution for several hours
and it was so easy in the end =)

Please sign in to comment.