diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-23 01:32:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-23 01:32:31 +0300 |
commit | f26d06acda7b78c101985ffd11492d303dc9255e (patch) | |
tree | 59073200bfd6f6bdd38fa525c27bf2a65b841241 /data/themes/wood | |
parent | b829d239006538b2e669f4aab191ffa5ad37af68 (diff) | |
download | manaverse-f26d06acda7b78c101985ffd11492d303dc9255e.tar.gz manaverse-f26d06acda7b78c101985ffd11492d303dc9255e.tar.bz2 manaverse-f26d06acda7b78c101985ffd11492d303dc9255e.tar.xz manaverse-f26d06acda7b78c101985ffd11492d303dc9255e.zip |
Add missing skin file spells.xml into themes.
Diffstat (limited to 'data/themes/wood')
-rw-r--r-- | data/themes/wood/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/wood/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/wood/CMakeLists.txt b/data/themes/wood/CMakeLists.txt index 7f05ffd1b..663dabb77 100644 --- a/data/themes/wood/CMakeLists.txt +++ b/data/themes/wood/CMakeLists.txt @@ -19,6 +19,7 @@ SET (FILES server.xml serverinfo.xml shop.xml + spells.xml window.png window.xml world.xml diff --git a/data/themes/wood/Makefile.am b/data/themes/wood/Makefile.am index d37e357d6..68dd58ffc 100644 --- a/data/themes/wood/Makefile.am +++ b/data/themes/wood/Makefile.am @@ -22,6 +22,7 @@ gui_DATA = \ server.xml \ serverinfo.xml \ shop.xml \ + spells.xml \ window.png \ window.xml \ world.xml |