Some more clean-up and fixes
This commit is contained in:
@@ -2124,7 +2124,7 @@ namespace Game.Chat
|
||||
|
||||
if (args[0] == '[') // [name] manual form
|
||||
{
|
||||
string itemName = args.NextString("]");
|
||||
string itemName = args.NextString("]").Substring(1);
|
||||
|
||||
if (!string.IsNullOrEmpty(itemName))
|
||||
{
|
||||
|
||||
@@ -250,6 +250,9 @@ namespace Game.Entities
|
||||
return;
|
||||
}
|
||||
|
||||
if (!extraAttacksTargets.ContainsKey(targetGUID))
|
||||
extraAttacksTargets[targetGUID] = 0;
|
||||
|
||||
extraAttacksTargets[targetGUID] += count;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user