1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2026-01-27 05:02:47 +00:00

Implemented XML templates

This commit is contained in:
2011-05-24 22:55:31 -03:00
parent 6497016e14
commit cc44946831
10377 changed files with 309163 additions and 6171 deletions

10
data/zones.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<zones>
<castle>
<siege>
<zone id="GLUDIO_CASTLE_BATTLEFIELD_TERRITORY">
<point x="" y="" />
</zone>
</siege>
</castle>
</zones>