From 28ee5e5ffa42337500f558b49b00fa116f0c2c72 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Sat, 15 Jan 2011 00:06:15 +0100 Subject: fixing the bandit lord. yes it was a critical abusable bug! --- npc/011-6/bryant.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/011-6') 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; -- cgit v1.2.3-70-g09d2