Some more clean-up and fixes
This commit is contained in:
@@ -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