GameServer icon indicating copy to clipboard operation
GameServer copied to clipboard

Removed Buffs are not fully Removed

Open lzardy opened this issue 4 years ago • 0 comments

DeactivateBuff does not fully remove the buff, leading to removed buffs still getting stacks added when adding a buff of the same name (this only occurs if the addition is done during the same tick as the removal).

Suggestion: Deactivated (_remove = true) buffs should be removed from the ParentBuffs variable of all units affected by the buff.

lzardy avatar Nov 29 '21 21:11 lzardy