summaryrefslogtreecommitdiff
path: root/npc/quests/Lvl4_weapon_quest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/Lvl4_weapon_quest.txt')
-rw-r--r--npc/quests/Lvl4_weapon_quest.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/quests/Lvl4_weapon_quest.txt b/npc/quests/Lvl4_weapon_quest.txt
index dfcea8e08..2e26fe5b2 100644
--- a/npc/quests/Lvl4_weapon_quest.txt
+++ b/npc/quests/Lvl4_weapon_quest.txt
@@ -2139,7 +2139,8 @@ niflheim,240,193,3 script Kayron#lv4 794,{
}
niflheim,99,268,5 script Reyghema#lv4 794,{
- if (now_weight < 3000) {
+ set .@now_weight,MaxWeight-Weight;
+ if (.@now_weight < 3000) {
mes "^3355FFWait a second! Right now, you're carrying too many items with you. Please come back after putting some of your things into Kafra Storage.^000000";
close;
}