mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
16 lines
272 B
Lua
Executable file
16 lines
272 B
Lua
Executable file
--[[
|
|
Script Name : ZoneScripts/HiddenVillage.lua
|
|
Script Author : neatz09
|
|
Script Date : 2023.12.12 03:12:48
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function init_zone_script(Zone)
|
|
|
|
end
|
|
|
|
function player_entry(Zone, Player)
|
|
|
|
end
|
|
|