diff options
-rw-r--r-- | npc/011-6/bryant.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/011-6/bryant.txt b/npc/011-6/bryant.txt index a8b13fff..473fe236 100644 --- a/npc/011-6/bryant.txt +++ b/npc/011-6/bryant.txt @@ -22,7 +22,8 @@ L_Bryant_Summon: close; onBanditLordDead: - set TMW_Quest, 45; + if TMW_Quest<45: + set TMW_Quest, 45; message strcharinfo(0), "You killed the bandit lord."; end; |