mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
15 lines
269 B
Lua
Executable file
15 lines
269 B
Lua
Executable file
--[[
|
|
Script Name : ZoneScripts/TroubledHaunt.lua
|
|
Script Author : Dorbin
|
|
Script Date : 2022.11.27 01:11:19
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function init_zone_script(Zone)
|
|
|
|
end
|
|
|
|
function player_entry(Zone, Player)
|
|
end
|
|
|