diff options
Diffstat (limited to 'hercules/convert_server.py')
-rwxr-xr-x | hercules/convert_server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/convert_server.py b/hercules/convert_server.py index 9eaba1a..703870b 100755 --- a/hercules/convert_server.py +++ b/hercules/convert_server.py @@ -16,7 +16,7 @@ cleanServerData() createMainScript() convertNpcs() convertMobDb() -convertItemDb() convertConsts() +convertItemDb() convertMobSkillDb() convertQuestsDb() |