diff options
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 21bcf2279..475d5275d 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -515,6 +515,9 @@ OnPCLoginEvent: // Position and gameplay fixes HUB_Login(); + // Alcohol system reset + ALCReset(); + // Daily rewards (always the last) daily_login_bonus_handler(); end; |