More updates to fix the RemoveUnit problems for DATABASE and SETs.

This commit is contained in:
FlightControl
2018-09-11 15:26:23 +02:00
parent 9647a1a84e
commit d5e2365bb3
2 changed files with 3 additions and 3 deletions

View File

@@ -269,7 +269,7 @@ function GROUP:Destroy( GenerateEvent )
self:CreateEventDead( timer.getTime(), UnitData )
end
else
self:CreateEventRemove( timer.getTime(), UnitData )
self:CreateEventRemoveUnit( timer.getTime(), UnitData )
end
end
USERFLAG:New( self:GetName() ):Set( 100 )