Scripts/Commands: Minor improvements in .pinfo and .unban character commands

Port From (https://github.com/TrinityCore/TrinityCore/commit/7d01ad8b8f7d20769058c642e690847aa51196c6)
This commit is contained in:
hondacrx
2022-06-10 00:26:21 -04:00
parent 36865a41fc
commit 24a8217565
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -619,6 +619,7 @@ namespace Game.Chat.Commands
return false;
}
handler.SendSysMessage(CypherStrings.UnbanUnbanned, name);
return true;
}