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

@@ -76,7 +76,7 @@ function end(mode, type, selection) {
} else if (status == 5) {
qm.sendYesNo("Now do you understand? Every action comes with consequences, and pets are no exception. The egg of the snail shall hatch soon.");
} else if (status == 6) {
qm.gainItem(5000054, 1, false, true, 5 * 1000); // rune snail (5hrs)
qm.gainItem(5000054, 1, false, true, 5 * 60 * 60 * 1000); // rune snail (5hrs)
qm.gainItem(4032086, -1); // Mysterious Egg * -1
qm.forceCompleteQuest();