summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/events/lunar_2008.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index dd4f6363b..69ae66c81 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,7 @@
Date Added
======
2008/02/07
+ * Rev. 12187 Fixed a typo in the Lunar new year event. [L0ne_W0lf]
* Rev. 12183 Added Lunar new year event for 2008 from iRO. [L0ne_W0lf]
- Please read the comments before enabling.
* Rev. 12182 Updated some Airship/port npcs. [L0ne_W0lf]
diff --git a/npc/events/lunar_2008.txt b/npc/events/lunar_2008.txt
index 2e3d741b2..1492206e4 100644
--- a/npc/events/lunar_2008.txt
+++ b/npc/events/lunar_2008.txt
@@ -218,7 +218,7 @@ payon,215,127,4 script Rice Mill Man#rat 54,{
mes "be made into pastries";
mes "Would you please bring";
mes "this to my mother?";
- selitem 7869,1; //Rice_Pouch
+ delitem 7869,1; //Rice_Pouch
getitem 7770,1; //Sweet_Rice
close;
}