This commit is contained in:
FlightControl_Master
2017-10-04 14:34:24 +02:00
parent 1f5030fcbc
commit 454c0e5543
5 changed files with 422 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ do -- ZoneGoal
--- @param #ZONE_CAPTURE_COALITION self
function ZONE_CAPTURE_COALITION:onenterCaptured()
self:GetParent( self ):onenterCaptured()
self:GetParent( self, ZONE_CAPTURE_COALITION ).onenterCaptured( self )
self.Goal:Achieved()
end