diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-14 16:59:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-14 16:59:23 +0300 |
commit | cc9221ced71e87314fd0441f605c8ffd33cba56a (patch) | |
tree | 355b432a5d98d3936e6f8e26c7a394941557816b /npc/001-1 | |
parent | 2ee45986c97b50a15b79821ea8167f839b22ade9 (diff) | |
download | serverdata-stable.tar.gz serverdata-stable.tar.bz2 serverdata-stable.tar.xz serverdata-stable.zip |
Fix calypsan trade action.stable
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/calypsan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/calypsan.txt b/npc/001-1/calypsan.txt index 7d33fc66..bfe38b65 100644 --- a/npc/001-1/calypsan.txt +++ b/npc/001-1/calypsan.txt @@ -38,7 +38,7 @@ .@tissue_type = select (l("Cotton"), l("Cashmere")); closedialog; - switch (.@shop == 1) + switch (.@tissue_type) { case 1: shop "Cotton#Dye001-1"; |