summaryrefslogtreecommitdiff
path: root/world/map/npc/009-6
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-6')
-rw-r--r--world/map/npc/009-6/brodomir.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/009-6/brodomir.txt b/world/map/npc/009-6/brodomir.txt
index d4b8082f..e981e603 100644
--- a/world/map/npc/009-6/brodomir.txt
+++ b/world/map/npc/009-6/brodomir.txt
@@ -227,11 +227,12 @@ L_SkipItem:
end;
L_Dead_Duels:
+ set DUELS, DUELS &~ $@DuelPvpBit;
warp "009-7.gat", 39, 37;
end;
L_Dead:
- if(Duel_LMS == 1) goto L_Dead_Duels;
+ if(DUELS & $@DuelPvpBit) goto L_Dead_Duels;
warp "009-3.gat", 155,83;
end;