Misc cleanups

This commit is contained in:
hondacrx
2017-07-22 10:56:15 -04:00
parent 54fc79fced
commit cbf11e07ae
14 changed files with 48 additions and 59 deletions
+1 -4
View File
@@ -110,11 +110,8 @@ namespace Game.Chat
}
[Command("faction", RBACPermissions.CommandModifyFaction)]
static bool Faction(StringArguments args, CommandHandler handler)
static bool HandleModifyFactionCommand(StringArguments args, CommandHandler handler)
{
if (args.Empty())
return false;
string pfactionid = handler.extractKeyFromLink(args, "Hfaction");
Creature target = handler.getSelectedCreature();