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/xmas/2010/santa.txt | |
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/xmas/2010/santa.txt')
-rw-r--r-- | world/map/npc/xmas/2010/santa.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/xmas/2010/santa.txt b/world/map/npc/xmas/2010/santa.txt index bd82a251..8c53b22f 100644 --- a/world/map/npc/xmas/2010/santa.txt +++ b/world/map/npc/xmas/2010/santa.txt @@ -72,7 +72,7 @@ L_Stocking_Prize: "Wonderful! Santa, You are great! Is it another hat?",-; next; mes "\"No, not a hat. Here, take this. I have been using it for the last three months... It is my favorite and it means a lot to me.\""; - getitem 1207, 1; + getitem "RedChristmasStocking", 1; set Xmas2010, 4; close2; percentheal -20, 0; |