12345678910111213141516 |
- --[[
- Script Name : ZoneScripts/Peatbog_Classic.lua
- Script Author : Dorbin
- Script Date : 2022.11.05 04:11:32
- Script Purpose :
- :
- --]]
- function init_zone_script(Zone)
- end
- function player_entry(Zone, Player)
- SendPopUpMessage(Player, "The Peat Bog", 230, 230, 230)
- end
|