mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
10 lines
No EOL
298 B
Lua
10 lines
No EOL
298 B
Lua
--[[
|
|
Script Name : ItemScripts/amarketbulletinboard.lua
|
|
Script Author : image
|
|
Script Date : 2025.07.22 11:07:46
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
function placed(Item, Player, Spawn)
|
|
SetSpawnHouseScript(Spawn, "SpawnScripts/House/MarketBoard.lua")
|
|
end |