diff options
-rw-r--r-- | npc/functions/hub.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 5263a62c7..57bcd915a 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -56,6 +56,7 @@ function script HUB_Login { TUTORIAL=true; //BaseLevel = get_byte(##00_INFO, 0) + 1; // TODO: Display quick tutorial + dispbottom l("Mirror Lake : Created temporary character; It'll be reset on logout."); dispbottom l("Mirror Lake : Obtain help with %s.", b("@info")); } |