Skip to content

Commit 84f08f0

Browse files
authored
fix: a father's burden quest (#527)
1 parent 5cce1a2 commit 84f08f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-global/npc/tereban_functions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function ParseTerebanSay(npc, creature, message, npcHandler)
138138
end
139139

140140
player:setStorageValue(Storage.Quest.U8_6.AFathersBurden.Status, 2)
141-
player:addItem(oldCape, 1)
141+
player:addItem(11701, 1)
142142
player:addExperience(8000, true)
143143
npcHandler:say({
144144
"I'm so glad I finally have all the parts for the presents. Your reward is my eternal gratitude. Well, that and some gold of course. ...",

0 commit comments

Comments
 (0)