diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-04-18 00:05:01 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-04-18 00:05:01 +0000 |
commit | e3409f874ba57556ba5633c21596a6914c2f2256 (patch) | |
tree | 7aeeae24e02e272af459b6b8885911abfae08b59 | |
parent | 08004c309a6d4a0b4d40aed3551a38ec0d97c143 (diff) | |
download | clientdata-e3409f874ba57556ba5633c21596a6914c2f2256.tar.gz clientdata-e3409f874ba57556ba5633c21596a6914c2f2256.tar.bz2 clientdata-e3409f874ba57556ba5633c21596a6914c2f2256.tar.xz clientdata-e3409f874ba57556ba5633c21596a6914c2f2256.zip |
Add mods support.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | mods | 0 | ||||
-rw-r--r-- | monsters.xml | 2 |
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> |