mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-20 11:47:48 +00:00
15 lines
No EOL
328 B
Lua
15 lines
No EOL
328 B
Lua
--[[
|
|
|
|
BazaarUndealCommand Script
|
|
|
|
Handles canceling bazaar items
|
|
|
|
--]]
|
|
|
|
function onEventStarted(player, actor, triggerName, rewardItem, arg1, bazaarType, arg2, bazaarActor, rewardAmount, seekAmount, arg3, arg4, type9ItemIds)
|
|
|
|
GetWorldManager():RemoveFromBazaar(player, player:GetItem(rewardItem));
|
|
|
|
player:EndEvent();
|
|
|
|
end |