diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-29 16:44:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-29 16:44:43 -0300 |
commit | 11d2c6a557a92288dc08b58863254c6e08b36eb9 (patch) | |
tree | 69e186f7f5f49121406ad1e8910c8d96d6f74cf8 | |
parent | eb18f157b74c5ee96c840d527c7a887c5eb371e0 (diff) | |
download | tools-11d2c6a557a92288dc08b58863254c6e08b36eb9.tar.gz tools-11d2c6a557a92288dc08b58863254c6e08b36eb9.tar.bz2 tools-11d2c6a557a92288dc08b58863254c6e08b36eb9.tar.xz tools-11d2c6a557a92288dc08b58863254c6e08b36eb9.zip |
Fix bugs
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | localserver/conf/char-server.conf | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -65,7 +65,7 @@ client: @cd client ; mv weapons.tmp ../../client-data/weapons.xml @cd client ; mv daily.tmp ../../client-data/graphics/images/daily.xml @cd client ; ./minimap-render.py all - @cd client ; ./minimap-dyecmd.py ; ./minimap-dyecmd.sh + @cd client ; ./minimap-dyecmd.py ; ./minimap-dyecmd.sh cp client/minimap-override/* ../client-data/graphics/minimaps/ @echo "XML files and minimaps updated, please commit result on client-data." diff --git a/localserver/conf/char-server.conf b/localserver/conf/char-server.conf index f6431c5..59ed9b7 100644 --- a/localserver/conf/char-server.conf +++ b/localserver/conf/char-server.conf @@ -28,4 +28,4 @@ //========================================================================= min_char_class: 0 -max_char_class: 6 +max_char_class: 0 |