diff options
-rw-r--r-- | npc/functions/hub.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 2c60fff59..b6b2def84 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -38,9 +38,8 @@ function script HUB_Login { } // Mirror Lake Debut if ((##01_CRQUEST & 1) && !(##02_MLWORLD & MLP_CR_DEBUT)) { - dispbottom l("A %s mysteriously materializes in your inventory. It must have come from another world.", getitemlink(SupremeGift)); - getitem SupremeGift, 1; ##02_MLWORLD = ##02_MLWORLD | MLP_CR_DEBUT; + rodex_sendmail(getcharid(0), "The Crossroads", "Event Prize", "This is for participating in the debut event.", 0, SupremeGift, 1); } .@gto=get_byte(##00_INFO, 3); |