Core/Commands: Typo in d9406b0e59 Ty glkrlos

This commit is contained in:
Kaelima
2011-10-31 09:17:45 +01:00
parent 3d4d147196
commit e158a5e14e

View File

@@ -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;