diff options
author | wushin <pasekei@gmail.com> | 2014-11-04 22:45:04 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-04 22:45:04 -0600 |
commit | c94b1d8a4978db9b42826d22bed254c4f9170cfb (patch) | |
tree | 0102e220e05d6a48afd25d8473b6e4b74cbd1037 | |
parent | 01cb2cceae3a179d3b18107a41580f8171712854 (diff) | |
download | tools-c94b1d8a4978db9b42826d22bed254c4f9170cfb.tar.gz tools-c94b1d8a4978db9b42826d22bed254c4f9170cfb.tar.bz2 tools-c94b1d8a4978db9b42826d22bed254c4f9170cfb.tar.xz tools-c94b1d8a4978db9b42826d22bed254c4f9170cfb.zip |
Remove Music Noise from make maps
-rwxr-xr-x | tmx_converter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmx_converter.py b/tmx_converter.py index 37a0234..802f9eb 100755 --- a/tmx_converter.py +++ b/tmx_converter.py @@ -40,6 +40,7 @@ other_object_types = set([ 'npc', # not interpreted by client 'script', # for ManaServ 'fixme', # flag for things that didn't have a type before + 'music', ]) # Somebody has put ManaServ fields in our data! |