diff options
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 289007dfc..0942e7765 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -413,6 +413,9 @@ OnPCLoginEvent: #MerchantBank = 0; } + // Cannot login with outdated client + checkclientversion(); + // Message of the Day have priority MOTDHandler(); @@ -422,7 +425,7 @@ OnPCLoginEvent: // TODO: npc/commands/rate-management.txt // Main update handler - checkclientversion(); + clientupdater(); // Position and gameplay fixes HUB_Login(); |