diff options
-rw-r--r-- | npc/functions/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 98ad334b7..2715344e1 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -39,7 +39,7 @@ function script HUB_Login { // Mirror Lake Debut if ((##01_CRQUEST & 1) && !(##02_MLWORLD & MLP_CR_DEBUT)) { ##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); + rodex_sendmail(getcharid(0), "The Crossroads", "Event Prize", "This is for participating in the debut event.", 0, SupremeGift, 1, ApanaCake, 6); } .@gto=get_byte(##00_INFO, 3); |