diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-04-23 23:19:17 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-04-23 23:19:17 -0400 |
commit | a6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1 (patch) | |
tree | 645aa9e40981e63c3265b689bffba532b3f96839 /world/map/npc/002-2/bleacher.txt | |
parent | e8a1900fc0651a3ee74ce4cbe181fce2851f6420 (diff) | |
download | serverdata-a6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1.tar.gz serverdata-a6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1.tar.bz2 serverdata-a6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1.tar.xz serverdata-a6d3098563a9d712a4dd9ebef3ae0b3a9f1e40c1.zip |
getitemname => getitemlink
Diffstat (limited to 'world/map/npc/002-2/bleacher.txt')
-rw-r--r-- | world/map/npc/002-2/bleacher.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/002-2/bleacher.txt b/world/map/npc/002-2/bleacher.txt index 2853bb73..21f0efd1 100644 --- a/world/map/npc/002-2/bleacher.txt +++ b/world/map/npc/002-2/bleacher.txt @@ -94,7 +94,7 @@ L_MenuItems: if (Zeny < 5000) goto L_no_money; set @m, @menu - 2; set @it$, $@DYE_colors$[@CANDIDE_color[@m]] + $@DYE_items$[@CANDIDE_items[@m]]; - if(getitemname(@it$) == "Unknown Item") mapexit; + if(getitemlink(@it$) == "Unknown Item") mapexit; delitem @it$, 1; delitem "PileOfAsh", 3; set Zeny, Zeny - 5000; |