diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2011-11-14 20:38:50 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-11-16 08:48:33 +0100 |
commit | 0f44cd07642a74953e5b03a10a1593c5d839c7a2 (patch) | |
tree | 55914d384ed76b2c3c1353ed437ab70ad6e1273e /world/map/npc/018-2 | |
parent | 09b92ddc891de4c0ffbffa0ae58d7ea142057874 (diff) | |
download | serverdata-0f44cd07642a74953e5b03a10a1593c5d839c7a2.tar.gz serverdata-0f44cd07642a74953e5b03a10a1593c5d839c7a2.tar.bz2 serverdata-0f44cd07642a74953e5b03a10a1593c5d839c7a2.tar.xz serverdata-0f44cd07642a74953e5b03a10a1593c5d839c7a2.zip |
Removed direct occurrences of itemids
Diffstat (limited to 'world/map/npc/018-2')
-rw-r--r-- | world/map/npc/018-2/caul.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/018-2/caul.txt b/world/map/npc/018-2/caul.txt index 752be33e..f1e9ac90 100644 --- a/world/map/npc/018-2/caul.txt +++ b/world/map/npc/018-2/caul.txt @@ -147,10 +147,10 @@ L_CraftLoop: delitem "GambogeHerb", @num; delitem "AlizarinHerb", @num; - getitem 684, @result1; - getitem 685, @result2; - getitem 686, @result3; - getitem 687, @result4; + getitem "TinyHealingPotion", @result1; + getitem "SmallHealingPotion", @result2; + getitem "MediumHealingPotion", @result3; + getitem "LargeHealingPotion", @result4; mes "[Caul]"; mes "\"Well done! You made:"; |