summaryrefslogtreecommitdiff
path: root/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-18 11:00:31 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-18 11:00:31 -0300
commite3946aa12ffc3bc03b78e63ec82857b212ef82df (patch)
tree9b363eb4620a63f5e2a552f6a1ca603aca2c8f8c /npc/functions/global_event_handler.txt
parent2bd8ff1795dc6b0c7b04b2481a66e3093ba4b278 (diff)
downloadserverdata-e3946aa12ffc3bc03b78e63ec82857b212ef82df.tar.gz
serverdata-e3946aa12ffc3bc03b78e63ec82857b212ef82df.tar.bz2
serverdata-e3946aa12ffc3bc03b78e63ec82857b212ef82df.tar.xz
serverdata-e3946aa12ffc3bc03b78e63ec82857b212ef82df.zip
Add back Jande's Special Skill
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r--npc/functions/global_event_handler.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt
index f94e7fc8..ef02e017 100644
--- a/npc/functions/global_event_handler.txt
+++ b/npc/functions/global_event_handler.txt
@@ -9,6 +9,7 @@ OnPCLoginEvent:
ClearVariables(); // removes / converts old variables
DisplayMOTD(); // send the motd to the client, if enabled
TMWBirthday();
+ skill SKILL_JANDE, 1, 0;
// add more here
vaultOnLogin();
@login_event = 2;