diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 02:59:50 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 02:59:50 -0200 |
commit | 06a78b572711e952474962aa76ed976d2e164a52 (patch) | |
tree | 3bad8c556dab5bf3945d95d87884b73311dad107 /npc/018-2-1/warps.txt | |
parent | 4eac57bf613555236a124ced094fd382d48f479e (diff) | |
download | serverdata-06a78b572711e952474962aa76ed976d2e164a52.tar.gz serverdata-06a78b572711e952474962aa76ed976d2e164a52.tar.bz2 serverdata-06a78b572711e952474962aa76ed976d2e164a52.tar.xz serverdata-06a78b572711e952474962aa76ed976d2e164a52.zip |
Currently, only withdraw conditions are implemented at HH
Diffstat (limited to 'npc/018-2-1/warps.txt')
-rw-r--r-- | npc/018-2-1/warps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index ac07586c1..3ac498b4f 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -91,7 +91,7 @@ OnTouch: mes l("It is NOT designed for noobs. It is for the pain-seeking pro adventurers who laugh at death, and see danger as fun."); next; mesn; - mes l("The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.", getitemlink(StrangeCoin)); + mes l("The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.", getitemlink(HeroCoin)); next; mesn; mes l("Use these coins to exchange for stuff. But beware: Each dungeon difficulty will increase the coin drop in a order of magnitude."); |