diff options
-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! |