More Cleanups
This commit is contained in:
@@ -921,7 +921,7 @@ namespace Game.Entities
|
||||
|
||||
public Unit SelectVictim()
|
||||
{
|
||||
Unit target = null;
|
||||
Unit target;
|
||||
|
||||
ThreatManager mgr = GetThreatManager();
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user