summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeko <mekolat@users.noreply.github.com>2015-08-16 10:07:51 -0400
committermeko <mekolat@users.noreply.github.com>2015-08-16 10:07:51 -0400
commit2ceb5e19365cf1e64fe539afabe5da47c0b74bdf (patch)
tree55d9485ffab7bdfc03cbde81af7b0ed7e12a00ff
parent6f8f714fd3a534b3b511c05716bf35e2b9d18e0f (diff)
downloadserverdata-2ceb5e19365cf1e64fe539afabe5da47c0b74bdf.tar.gz
serverdata-2ceb5e19365cf1e64fe539afabe5da47c0b74bdf.tar.bz2
serverdata-2ceb5e19365cf1e64fe539afabe5da47c0b74bdf.tar.xz
serverdata-2ceb5e19365cf1e64fe539afabe5da47c0b74bdf.zip
add `@name$` for cotton cloth
-rw-r--r--world/map/npc/009-2/selim.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/009-2/selim.txt b/world/map/npc/009-2/selim.txt
index c31e74e6..ce5cc424 100644
--- a/world/map/npc/009-2/selim.txt
+++ b/world/map/npc/009-2/selim.txt
@@ -89,6 +89,7 @@ L_Next:
mes "\"Of course I can help you by dyeing the materials your tailor will want.";
mes "All I need is a piece of Cotton Cloth.\"";
set @item_del$, "CottonCloth";
+ set @name$, "Cotton Cloth";
menu
"Sure. Here is one.", L_picked_item,
"I have to go pick that.", L_Close;