summaryrefslogtreecommitdiff
path: root/npc/guilds/exchange.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guilds/exchange.txt')
-rw-r--r--npc/guilds/exchange.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/guilds/exchange.txt b/npc/guilds/exchange.txt
index bdd04a719..4980cd487 100644
--- a/npc/guilds/exchange.txt
+++ b/npc/guilds/exchange.txt
@@ -117,7 +117,7 @@ guilds,29,24,0 script Guild Coin Exchange NPC_NO_SPRITE,{
if (countitem(GuildCoin) < .@bluecost)
close;
delitem GuildCoin, .@bluecost;
- getitem ArcmageBoxset, 1;
+ getitem AncientBlueprint, 1;
if (@menuret > 0)
GUILDSHOP=GUILDSHOP|@menuret;
break;
@@ -131,7 +131,7 @@ guilds,29,24,0 script Guild Coin Exchange NPC_NO_SPRITE,{
if (countitem(GuildCoin) < .@arcmagecost)
close;
delitem GuildCoin, .@arcmagecost;
- getitem AncientBlueprint, 1;
+ getitem ArcmageBoxset, 1;
if (@menuret > 0)
GUILDSHOP=GUILDSHOP|@menuret;
break;