From d3b5c29244f5b2f6ebcc5615efcd0d93c6f7e35b Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 13 Dec 2012 14:19:54 +0100 Subject: Correct nasty bug on chest NPC. Reminder: items are written "Item_Name", don't forget the "". --- npc/000-1/chest.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index f4039a94..8ef8e6bd 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -33,9 +33,9 @@ l_Give: setq ShipQuests_Darlin, 2; set zeny, zeny + 100; - getitem SeaDrops, 1; - getitem Aquada, 1; - getitem OldBook, 1; + getitem "SeaDrops", 1; + getitem "Aquada", 1; + getitem "OldBook", 1; message strcharinfo(0), l("You open the treasure chest."); l_Close: -- cgit v1.2.3-70-g09d2