diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 14:50:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 14:50:21 -0300 |
commit | 9cd0b551c9c5230d39d92b9ba57e1b535fd1098c (patch) | |
tree | 6719fae4cb79abc1b0d6f8894c0487119ab6a227 /npc/017-3/doug.txt | |
parent | 08d633a0f803e002a32a44fcaf142337952aaccc (diff) | |
download | serverdata-9cd0b551c9c5230d39d92b9ba57e1b535fd1098c.tar.gz serverdata-9cd0b551c9c5230d39d92b9ba57e1b535fd1098c.tar.bz2 serverdata-9cd0b551c9c5230d39d92b9ba57e1b535fd1098c.tar.xz serverdata-9cd0b551c9c5230d39d92b9ba57e1b535fd1098c.zip |
fix fix fix it
Diffstat (limited to 'npc/017-3/doug.txt')
-rw-r--r-- | npc/017-3/doug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/doug.txt b/npc/017-3/doug.txt index 4a38f7838..ac4509ffa 100644 --- a/npc/017-3/doug.txt +++ b/npc/017-3/doug.txt @@ -9,7 +9,7 @@ mesn; mesq l("This room is too dark. I want to brighten it up."); next; - .@price=*getiteminfo(CaveSnakeLamp, ITEMINFO_SELLPRICE)*11/10)*5; + .@price=(getiteminfo(CaveSnakeLamp, ITEMINFO_SELLPRICE)*11/10)*5; mesn; mesq l("I am willing to pay @@ GP for each 5 @@ you bring me!", .@price, getitemlink(CaveSnakeLamp)); next; |