mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Mant more cmangos Cata commits applied
Commit:
This commit is contained in:
parent
6db0ba8ae9
commit
8cac2f42db
51 changed files with 964 additions and 270 deletions
|
|
@ -354,7 +354,7 @@ bool ChatHandler::HandleDebugGetLootRecipientCommand(char* /*args*/)
|
|||
|
||||
bool ChatHandler::HandleDebugSendQuestInvalidMsgCommand(char* args)
|
||||
{
|
||||
uint32 msg = atol(args);
|
||||
uint32 msg = std::stoul(args);
|
||||
m_session->GetPlayer()->SendCanTakeQuestResponse(msg);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue