summaryrefslogtreecommitdiff
path: root/world/map
diff options
context:
space:
mode:
authorHello=) <hello@themanaworld.org>2024-07-19 04:03:41 +0300
committerHello=) <hello@themanaworld.org>2024-07-19 04:03:41 +0300
commitbab8a25d6d3a2a5f5173654c95d057c65a3fa4f6 (patch)
treef151b9c0a1835e8f7ca7bf95e7e718d4c8cff690 /world/map
parent14699a5c5d7495b9bc1752d2b35284768e8db134 (diff)
downloadserverdata-bab8a25d6d3a2a5f5173654c95d057c65a3fa4f6.tar.gz
serverdata-bab8a25d6d3a2a5f5173654c95d057c65a3fa4f6.tar.bz2
serverdata-bab8a25d6d3a2a5f5173654c95d057c65a3fa4f6.tar.xz
serverdata-bab8a25d6d3a2a5f5173654c95d057c65a3fa4f6.zip
V4 - rename weight override char var to HoraK's suggestion
Diffstat (limited to 'world/map')
-rw-r--r--world/map/npc/functions/global_event_handler.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/global_event_handler.txt b/world/map/npc/functions/global_event_handler.txt
index b1c5917e..9db9dd8f 100644
--- a/world/map/npc/functions/global_event_handler.txt
+++ b/world/map/npc/functions/global_event_handler.txt
@@ -19,7 +19,7 @@ OnPCLoginEvent:
callfunc "ConvertChristmas21"; // Christmas 2021
callfunc "VaultLogin"; // Mirror Lake Protocol biddings
callfunc "VaultLogout"; // Clean some stuff, to be safe
- if (WEIGHT_LIMIT) set MaxWeightOverride, WEIGHT_LIMIT; // If this char var set, override max weight (tradebots, etc)
+ if (MAXWEIGHT_OVERRIDE) set MaxWeightOverride, MAXWEIGHT_OVERRIDE; // If MAXWEIGHT_OVERRIDE char var set, override max weight (tradebots, etc)
// add more here
set @login_event, 2;
end;