Refactoring Cleanup

This commit is contained in:
hondacrx
2020-02-03 14:42:20 -05:00
parent 2a065d22da
commit 752137af52
37 changed files with 107 additions and 157 deletions
+4 -3
View File
@@ -521,9 +521,10 @@ namespace Game.Chat
}
string targetAccountName = "";
uint targetAccountId = 0;
AccountTypes targetSecurity = 0;
uint gm = 0;
uint targetAccountId;
AccountTypes targetSecurity;
uint gm;
string arg1 = args.NextString();
string arg2 = args.NextString();
string arg3 = args.NextString();