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