diff options
Diffstat (limited to 'npc/quests/quests_13_1.txt')
-rw-r--r-- | npc/quests/quests_13_1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index 57fd32017..4715f79ac 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -15637,8 +15637,8 @@ que_job01,82,95,3 script Bar Master#moc2_01 46,{ } } case 2: - set now_weight,-; - if (now_weight < 2000) { + set .@now_weight,MaxWeight-Weight; + if (.@now_weight < 2000) { mes "[Karred]"; mes "Are you sure you can even hold a glass of alcohol?"; mes "You're carrying too many things on you already."; |