mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[10341] Fixed typo in .ticket code
This commit is contained in:
parent
8b99ac7298
commit
5c2fc55fe4
2 changed files with 2 additions and 2 deletions
|
|
@ -2699,7 +2699,7 @@ bool ChatHandler::HandleTicketCommand(char* args)
|
|||
|
||||
// ticket #num
|
||||
uint32 num;
|
||||
if (!ExtractUInt32(&px, num))
|
||||
if (ExtractUInt32(&px, num))
|
||||
{
|
||||
if (num == 0)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue