Skip to content

Commit d2caae1

Browse files
committed
Fix for issue #435
1 parent 5c41393 commit d2caae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_datafiles/world/default/mobs/whispering_wastes/scripts/27-hermit-winterfire.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function onGive(mob, room, eventDetails) {
4949
if (eventDetails.item) {
5050
if (eventDetails.item.ItemId != 4) {
5151
mob.Command("say Finally! My winterfire crystal! Thank you so much!");
52-
user.GiveQuest("4-end");
52+
user.GiveQuest("5-end");
5353
return true;
5454
}
5555
}

0 commit comments

Comments
 (0)