summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-04-18 00:05:02 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-04-18 00:05:02 +0000
commitc9d821e541491b9fd7609fce58592218cbfedf01 (patch)
tree54dceae41c2316fec95e871911e4fed855b0cc5b
parentba1d9f19ce3382b10f514d967593d16ddfc70649 (diff)
parente3409f874ba57556ba5633c21596a6914c2f2256 (diff)
downloadclientdata-c9d821e541491b9fd7609fce58592218cbfedf01.tar.gz
clientdata-c9d821e541491b9fd7609fce58592218cbfedf01.tar.bz2
clientdata-c9d821e541491b9fd7609fce58592218cbfedf01.tar.xz
clientdata-c9d821e541491b9fd7609fce58592218cbfedf01.zip
Merge branch 'jesusalva/compat-mobs-horak' into 'master'
Add mods support. See merge request legacy/clientdata!525
-rw-r--r--.gitmodules3
m---------mods0
-rw-r--r--monsters.xml2
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 6da1e30c..0930241e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "music"]
path = music
url = https://git.themanaworld.org/legacy/music.git
+[submodule "mods"]
+ path = mods
+ url = https://git.themanaworld.org/legacy/mods.git
diff --git a/mods b/mods
new file mode 160000
+Subproject 39c612d48d2e525f77586a7511b43dcd3a58a35
diff --git a/monsters.xml b/monsters.xml
index 7c1f2c58..cf014f72 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -1602,5 +1602,5 @@
</monster>
<!-- Mods should use the following code -->
- <!--include name="mods/monsters.xml"/-->
+ <include name="mods/monsters.xml">
</monsters>