Fixed appearance validation
Implemented proper facial hair validation Implemented transmog Set fix interaction of spells like Shadowmeld with Threat reducing effects
This commit is contained in:
@@ -195,7 +195,7 @@ namespace Game.Chat.Commands
|
||||
return false;
|
||||
|
||||
string moneyStr = args.NextString("");
|
||||
int money = !string.IsNullOrEmpty(moneyStr) ? int.Parse(moneyStr) : 0;
|
||||
long money = !string.IsNullOrEmpty(moneyStr) ? long.Parse(moneyStr) : 0;
|
||||
if (money <= 0)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user