diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-04 17:17:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-04 17:17:18 -0300 |
commit | 423a6264dda598b1ba87ffce35001bc62fe928ac (patch) | |
tree | 1c3ac2de92c5c0da91f3ae65e065b5d9ed0c341c /npc/functions/daily.txt | |
parent | cd85f89af12067e72343ad5c2b3a79583108464a (diff) | |
download | serverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.tar.gz serverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.tar.bz2 serverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.tar.xz serverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.zip |
Include Dungeon Map - Now you can find RANDOM DUNGEONS!
Diffstat (limited to 'npc/functions/daily.txt')
-rw-r--r-- | npc/functions/daily.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/daily.txt b/npc/functions/daily.txt index 3d2dc906a..e2127cfc2 100644 --- a/npc/functions/daily.txt +++ b/npc/functions/daily.txt @@ -160,7 +160,7 @@ function script daily_login_bonus_handler { if (gettime(6) == JUNE) { if (#TMW2_LOGINBONUS != gettime(GETTIME_YEAR) && gettime(5) == 21) { #TMW2_LOGINBONUS=gettime(GETTIME_YEAR); - getitem TreasureMap, 1; + getitem DungeonMap, 1; dispbottom "##B##2"+l("It's Jesusalva's anniversary!")+" "+l("Also, Summer just started. Why not taking this opportunity to go Treasure Hunting?!")+"##b##0"; } } |