@@ -2572,22 +2572,22 @@ end
25722572-- Unit call-ins
25732573--
25742574
2575- function widgetHandler :UnitCreated (unitID , unitDefID , unitTeam , builderID )
2575+ function widgetHandler :UnitCreated (unitID , unitDefID , unitTeam , builderID , builderDefID , builderTeamID )
25762576 tracy .ZoneBeginN (" W:UnitCreated" )
25772577 for _ , w in r_ipairs (self .UnitCreatedList ) do
25782578 tracy .ZoneBeginN (" W:UnitCreated:" .. w .whInfo .name )
2579- w :UnitCreated (unitID , unitDefID , unitTeam , builderID )
2579+ w :UnitCreated (unitID , unitDefID , unitTeam , builderID , builderDefID , builderTeamID )
25802580 tracy .ZoneEnd ()
25812581 end
25822582 tracy .ZoneEnd ()
25832583end
25842584
25852585-- NB: called via Lua at the moment, not engine
2586- function widgetHandler :UnitResurrected (unitID , unitDefID , unitTeam , builderID )
2586+ function widgetHandler :UnitResurrected (unitID , unitDefID , unitTeam , builderID , builderDefID , builderTeamID )
25872587 tracy .ZoneBeginN (" W:UnitResurrected" )
25882588 for _ , w in r_ipairs (self .UnitResurrectedList ) do
25892589 tracy .ZoneBeginN (" W:UnitResurrected:" .. w .whInfo .name )
2590- w :UnitResurrected (unitID , unitDefID , unitTeam , builderID )
2590+ w :UnitResurrected (unitID , unitDefID , unitTeam , builderID , builderDefID , builderTeamID )
25912591 tracy .ZoneEnd ()
25922592 end
25932593 tracy .ZoneEnd ()
0 commit comments