summaryrefslogtreecommitdiff
path: root/npc/011-6
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2011-01-15 00:06:15 +0100
committerStefan Beller <stefanbeller@googlemail.com>2011-01-15 00:06:15 +0100
commit28ee5e5ffa42337500f558b49b00fa116f0c2c72 (patch)
tree7b9265439f075e37e394d732abe2656b2087c051 /npc/011-6
parentc3a15a0351afe9772f78b92fc1bb4344c13c5afe (diff)
downloadserverdata-28ee5e5ffa42337500f558b49b00fa116f0c2c72.tar.gz
serverdata-28ee5e5ffa42337500f558b49b00fa116f0c2c72.tar.bz2
serverdata-28ee5e5ffa42337500f558b49b00fa116f0c2c72.tar.xz
serverdata-28ee5e5ffa42337500f558b49b00fa116f0c2c72.zip
fixing the bandit lord.
yes it was a critical abusable bug!
Diffstat (limited to 'npc/011-6')
-rw-r--r--npc/011-6/bryant.txt3
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;