summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-09-18 15:36:22 +0300
committerJoseph Botosh <rumly111@gmail.com>2015-09-18 15:36:22 +0300
commit3e80c319d80108f395797299d34f5a96f97cdbd5 (patch)
treed1e749af359710be95762bc9ba74e797b31ece76 /npc
parent4152634b6cc0f63bc54107042df0f8752abd18ea (diff)
downloadserverdata-3e80c319d80108f395797299d34f5a96f97cdbd5.tar.gz
serverdata-3e80c319d80108f395797299d34f5a96f97cdbd5.tar.bz2
serverdata-3e80c319d80108f395797299d34f5a96f97cdbd5.tar.xz
serverdata-3e80c319d80108f395797299d34f5a96f97cdbd5.zip
replace additem with getitem in eugene script
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/eugene.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt
index e9ba951a..1231c765 100644
--- a/npc/001-1/eugene.txt
+++ b/npc/001-1/eugene.txt
@@ -64,7 +64,7 @@ L_CheckItems:
l("Have a good fishing!");
delitem .BaitID, .BaitCount;
- additem FishingRod, 1;
+ getitem FishingRod, 1;
setq ArtisQuests_Fishman, 2;
close;