mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Commands: Typo in d9406b0e59 Ty glkrlos
This commit is contained in:
@@ -155,7 +155,7 @@ public:
|
||||
}
|
||||
|
||||
//add item in vendorlist
|
||||
static bool HandleNpcAddVendorItemCommand(ChatHandler* handler, const char* args)
|
||||
static bool HandleNpcAddVendorItemCommand(ChatHandler* handler, char const* args)
|
||||
{
|
||||
if (!*args)
|
||||
return false;
|
||||
@@ -170,7 +170,7 @@ public:
|
||||
|
||||
int32 item_int = atol(pitem);
|
||||
if (item_int <= 0)
|
||||
return true;
|
||||
return false;
|
||||
|
||||
uint32 itemId = item_int;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user