diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-23 23:25:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-23 23:25:36 -0300 |
commit | f302fa8d5e8cfdecd20b66cc141cd7681c429192 (patch) | |
tree | b53cdd0fe65990ad8249aa3496a7653b259d48b9 /npc/009-5/joaquim.txt | |
parent | 171b99caa2956cf8d80441ffbf1698e93d978605 (diff) | |
download | serverdata-f302fa8d5e8cfdecd20b66cc141cd7681c429192.tar.gz serverdata-f302fa8d5e8cfdecd20b66cc141cd7681c429192.tar.bz2 serverdata-f302fa8d5e8cfdecd20b66cc141cd7681c429192.tar.xz serverdata-f302fa8d5e8cfdecd20b66cc141cd7681c429192.zip |
Stupid bug
Diffstat (limited to 'npc/009-5/joaquim.txt')
-rw-r--r-- | npc/009-5/joaquim.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-5/joaquim.txt b/npc/009-5/joaquim.txt index 1ed38b778..b128168a6 100644 --- a/npc/009-5/joaquim.txt +++ b/npc/009-5/joaquim.txt @@ -55,8 +55,8 @@ L_Finish: mesq l("Thanks for helping my wife! May the Mouboo watch over you! o.o"); next; inventoryplace ElixirOfLife, 1, IronIngot, 1; - geitem ElixirOfLife, 1; - geitem IronIngot, 1; + getitem ElixirOfLife, 1; + getitem IronIngot, 1; setq HalinarzoQuest_SickWife, 5; mesn; mesq l("Take this spare @@ I did. It heals fully and instantly, so don't hesit to use it if you're about to die.", getitemlink(ElixirOfLife)); |