diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-08-15 22:04:03 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-08-15 22:04:03 +0000 |
commit | 6cf7bac7b2369ee1a72a52c0f49196ae67c01110 (patch) | |
tree | d9dfa3cf77caf969411a57dfb9e9e0c10271acb1 /npc/woodland-village | |
parent | bda946477df4eeb412d6bba0846a3b0100b4a882 (diff) | |
download | serverdata-6cf7bac7b2369ee1a72a52c0f49196ae67c01110.tar.gz serverdata-6cf7bac7b2369ee1a72a52c0f49196ae67c01110.tar.bz2 serverdata-6cf7bac7b2369ee1a72a52c0f49196ae67c01110.tar.xz serverdata-6cf7bac7b2369ee1a72a52c0f49196ae67c01110.zip |
Changed sprite of farmer NPC to new farmer sprite.
Diffstat (limited to 'npc/woodland-village')
-rw-r--r-- | npc/woodland-village/scythequest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/woodland-village/scythequest.txt b/npc/woodland-village/scythequest.txt index cc950cd2..92881c92 100644 --- a/npc/woodland-village/scythequest.txt +++ b/npc/woodland-village/scythequest.txt @@ -10,7 +10,7 @@ //Farmer
-new_18-1.gat,101,30,0 script Farmer 125, {
+new_18-1.gat,101,30,0 script Farmer 142, {
if (QUEST_Scythe_state == 1) goto L_Exchange;
if (QUEST_Scythe_state == 2) goto L_ThanksAgain;
mes "[Farmer Hinnak]";
|