1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-23 05:07:47 +00:00

Forgot file

This commit is contained in:
Filip Maj 2022-02-05 18:01:16 -05:00
parent 68e55a1c76
commit 37d04344ae

View file

@ -18,7 +18,7 @@ function onEventStarted(player, actor, triggerName, rewardItem, seekItemOrCost,
--Get the bazaar actor --Get the bazaar actor
if (bazaarActorId ~= nil) then if (bazaarActorId ~= nil) then
bazaarActor = player:GetZone():FindActorInArea(bazaarActorId); bazaarActor = player.CurrentArea:FindActorInArea(bazaarActorId);
end end
--Abort if no actor --Abort if no actor