summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-10-14 16:42:34 -0300
committerJesusaves <cpntb1@ymail.com>2022-10-14 16:42:34 -0300
commite6f19082f625ae2090e5c6891b0ba8a0c6ec4d83 (patch)
treefedb4525762dd8e835db2a9b7d4987f4d4f6f60e /world/map/npc/functions/global_event_handler.txt
parent29a8cbab34acc9eb03242daaeaf83415704461b0 (diff)
downloadserverdata-e6f19082f625ae2090e5c6891b0ba8a0c6ec4d83.tar.gz
serverdata-e6f19082f625ae2090e5c6891b0ba8a0c6ec4d83.tar.bz2
serverdata-e6f19082f625ae2090e5c6891b0ba8a0c6ec4d83.tar.xz
serverdata-e6f19082f625ae2090e5c6891b0ba8a0c6ec4d83.zip
Add the handler for ##ADD_LVL and ##ADD_GP
Diffstat (limited to 'world/map/npc/functions/global_event_handler.txt')
-rw-r--r--world/map/npc/functions/global_event_handler.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/functions/global_event_handler.txt b/world/map/npc/functions/global_event_handler.txt
index 2743d9f3..dab56fde 100644
--- a/world/map/npc/functions/global_event_handler.txt
+++ b/world/map/npc/functions/global_event_handler.txt
@@ -17,6 +17,7 @@ OnPCLoginEvent:
callfunc "MaybeGiveBirthday";
callfunc "MiriamExpire"; // force the speed skill quest to expire
callfunc "ConvertChristmas21"; // Christmas 2021
+ callfunc "VaultLogin"; // Mirror Lake Protocol biddings
// add more here
set @login_event, 2;
end;