mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added the skeletons of the rest of the item commands.
This commit is contained in:
13
data/scripts/commands/BazaarUndealCommand.lua
Normal file
13
data/scripts/commands/BazaarUndealCommand.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
--[[
|
||||
|
||||
BazaarUndealCommand Script
|
||||
|
||||
Handles canceling bazaar items
|
||||
|
||||
--]]
|
||||
|
||||
function onEventStarted(player, actor, triggerName, rewardItem, arg1, bazaarType, arg2, bazaarActor, rewardAmount, seekAmount, arg3, arg4, type9ItemIds)
|
||||
|
||||
player:EndEvent();
|
||||
|
||||
end
|
Reference in New Issue
Block a user