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/2007/after-xmas.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/2007/after-xmas.txt')
-rw-r--r-- | world/map/npc/xmas/2007/after-xmas.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/xmas/2007/after-xmas.txt b/world/map/npc/xmas/2007/after-xmas.txt index f7678d98..e62205ed 100644 --- a/world/map/npc/xmas/2007/after-xmas.txt +++ b/world/map/npc/xmas/2007/after-xmas.txt @@ -64,49 +64,49 @@ L_present_0: mes "[Santa Clause]"; mes "Here you got a new funky hat!"; - getitem 628, 1; + getitem "FunkyHat", 1; next; goto L_Givepresent; L_present_1: mes "[Santa Clause]"; mes "Here you got a pompouse top hat!"; - getitem 627, 1; + getitem "TopHat", 1; next; goto L_Givepresent; L_present_2: mes "[Santa Clause]"; mes "Here you got a funny elven hat!"; - getitem 633, 1; + getitem "ChristmasElfHat", 1; next; goto L_Givepresent; L_present_3: mes "[Santa Clause]"; mes "Here you got a creepy face mask!"; - getitem 634, 1; + getitem "FaceMask", 1; next; goto L_Givepresent; L_present_4: mes "[Santa Clause]"; mes "Here you got a stylish mushroom hat!"; - getitem 629, 1; + getitem "MushHat", 1; next; goto L_Givepresent; L_present_5: mes "[Santa Clause]"; mes "Here you got an evil mushroom hat!"; - getitem 630, 1; + getitem "ShroomHat", 1; next; goto L_Givepresent; L_present_6: mes "[Santa Clause]"; mes "Here you got a beautiful skirt!"; - getitem 632, 1; + getitem "CottonSkirt", 1; next; goto L_Givepresent; |