Skip to content
This repository was archived by the owner on Dec 28, 2019. It is now read-only.

Commit ce74680

Browse files
steven1152ronancpl
authored andcommitted
Fixed teachSkill missing an argument on quest 4647 (#199)
1 parent 6cef01f commit ce74680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/quest/4647.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function end(mode, type, selection) {
4141
if (status == 0) {
4242
if(qm.haveItem(5460000)) {
4343
qm.sendOk("You got the Pet Snack! Thanks! You can use these to feed multiple pets at once!");
44-
qm.teachSkill(0008, 1, 1);
44+
qm.teachSkill(0008, 1, 1, -1);
4545
qm.gainItem(5460000, -1, false);
4646
qm.completeQuest();
4747
qm.dispose();

0 commit comments

Comments
 (0)