More Cleanups

This commit is contained in:
hondacrx
2021-06-08 12:56:09 -04:00
parent 302a1f293c
commit 52e43853fe
58 changed files with 223 additions and 257 deletions
+1 -1
View File
@@ -921,7 +921,7 @@ namespace Game.Entities
public Unit SelectVictim()
{
Unit target = null;
Unit target;
ThreatManager mgr = GetThreatManager();
+1 -1
View File
@@ -86,7 +86,7 @@ namespace Game.Misc
continue;
// Store texts for localization.
string strOptionText = "", strBoxText = "";
string strOptionText, strBoxText;
BroadcastTextRecord optionBroadcastText = CliDB.BroadcastTextStorage.LookupByKey(item.OptionBroadcastTextId);
BroadcastTextRecord boxBroadcastText = CliDB.BroadcastTextStorage.LookupByKey(item.BoxBroadcastTextId);