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

Commit

Permalink
Fixed teachSkill missing an argument on quest 4647 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven1152 authored and ronancpl committed Jun 5, 2018
1 parent 6cef01f commit ce74680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/quest/4647.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ce74680

Please sign in to comment.