From 0f44cd07642a74953e5b03a10a1593c5d839c7a2 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Mon, 14 Nov 2011 20:38:50 +0100 Subject: Removed direct occurrences of itemids --- world/map/npc/xmas/2007/after-xmas.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'world/map/npc/xmas/2007/after-xmas.txt') 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; -- cgit v1.2.3-70-g09d2