Small patch

Pet from quest expires on 5hrs instead of 5s.
This commit is contained in:
ronancpl
2017-08-23 19:34:26 -03:00
parent 6628e3db54
commit 49f98a0855
3 changed files with 5 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group/>
<group>
<file>file:/C:/Nexon/MapleSolaxia/MapleSolaxiaV2/tools/MobBookIndexer/src/mobbookindexer/MobBookIndexer.java</file>
</group>
</open-files>
</project-private>

View File

@@ -18,7 +18,7 @@ import java.io.*;
* @author RonanLana
*
* This application simply gets from the MonsterBook.img.xml all mobid's and
* puts the on a SQL table with the correspondent mob cardid.
* puts them on a SQL table with the correspondent mob cardid.
*
*/
public class MobBookIndexer {