summaryrefslogtreecommitdiff
path: root/npc/000-2-1/chefgado.txt
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-05-26 18:58:14 +0100
committerReid Yaro <reidyaro@gmail.com>2013-05-26 18:58:14 +0100
commit01c47d4231848107c45ca42cacaf5b04ad4dbfdf (patch)
tree8af1dba85f408981ca83106b318442dafee389ae /npc/000-2-1/chefgado.txt
parent0600dbd079c7aeb343044e0bac8afcd824e0e03c (diff)
downloadserverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.tar.gz
serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.tar.bz2
serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.tar.xz
serverdata-01c47d4231848107c45ca42cacaf5b04ad4dbfdf.zip
Add argument on inventoryplace.
Diffstat (limited to 'npc/000-2-1/chefgado.txt')
-rw-r--r--npc/000-2-1/chefgado.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 5680265b..c50eddf2 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -120,9 +120,7 @@ l_OpenCroconut:
l_GotAll:
mes "";
- set @item, 717;
- set @count, 1;
- callfunc "InventoryPlace", @item, @count;
+ callfunc "InventoryPlace", 717, 1;
delitem "PiouLegs", 2;
delitem "HalfCroconut", 1;
@@ -162,9 +160,7 @@ l_PoisonJulia:
mesn;
mesq l("The usurper has been punished! This is a great day! Take this reward as a prize for your loyalty to the old commander!");
- set @item, 502;
- set @count, 2;
- callfunc "InventoryPlace", @item, @count;
+ callfunc "InventoryPlace", 502, 2;
set zeny, zeny + 60;
message strcharinfo(0), l("You receive @@ E!", 60);