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