Fixed teachSkill missing an argument on quest 4647 (#199)

This commit is contained in:
steven1152
2018-06-05 01:44:22 -04:00
committed by Ronan Lana
parent 6cef01f946
commit ce74680953

View File

@@ -41,7 +41,7 @@ function end(mode, type, selection) {
if (status == 0) {
if(qm.haveItem(5460000)) {
qm.sendOk("You got the Pet Snack! Thanks! You can use these to feed multiple pets at once!");
qm.teachSkill(0008, 1, 1);
qm.teachSkill(0008, 1, 1, -1);
qm.gainItem(5460000, -1, false);
qm.completeQuest();
qm.dispose();