mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
*Update to Mangos 7111.
--HG-- branch : trunk
This commit is contained in:
@@ -856,8 +856,8 @@ bool ChatHandler::HandleNpcAddCommand(const char* args)
|
||||
{
|
||||
if(!*args)
|
||||
return false;
|
||||
char* charID = strtok((char*)args, " ");
|
||||
if (!charID)
|
||||
char* charID = extractKeyFromLink((char*)args,"Hcreature_entry");
|
||||
if(!charID)
|
||||
return false;
|
||||
|
||||
char* team = strtok(NULL, " ");
|
||||
|
||||
Reference in New Issue
Block a user