diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-23 14:09:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-23 14:09:37 -0300 |
commit | 106e4eccf922987b7049cf9ff85c1b3c41605e89 (patch) | |
tree | 510dd9d1367e797d4391c4dc864bd0c49c0d8dcd /npc/001-1 | |
parent | e6528539b5a35c813df3cfa2eb4903bce5dfd281 (diff) | |
download | serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.tar.gz serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.tar.bz2 serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.tar.xz serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.zip |
Bugfixes
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/rewards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 09e70d055..447bbefb1 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -29,7 +29,7 @@ OnInit: .sex = G_MALE; .distance = 5; - .currency="coins"; + .currency$="coins"; tradertype(NST_CUSTOM); |