diff options
Diffstat (limited to 'npc/cities/einbroch.txt')
-rw-r--r-- | npc/cities/einbroch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/einbroch.txt b/npc/cities/einbroch.txt index 15bbc6614..8fd4c3119 100644 --- a/npc/cities/einbroch.txt +++ b/npc/cities/einbroch.txt @@ -158,14 +158,14 @@ function script EinTower { mes "your safety before I give"; mes "you the Apple Combo Set."; next; - if (checkweight(512,1)) { + if (checkweight(Apple,1)) { mes "[" + getarg(0) + "]"; mes "Thank you for"; mes "using our services."; mes "Let me guide you to"; mes "the tower right away."; Zeny -= 20; - getitem 512,1; //Apple + getitem Apple,1; close2; warp "einbroch",174,204; end; |