diff options
Diffstat (limited to 'npc/quests/quests_ein.txt')
-rw-r--r-- | npc/quests/quests_ein.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/quests/quests_ein.txt b/npc/quests/quests_ein.txt index 7d0421bc7..91e9ea92f 100644 --- a/npc/quests/quests_ein.txt +++ b/npc/quests/quests_ein.txt @@ -18,6 +18,7 @@ //= 1.4.1 Massive bugfix. Fixed Pollution exploit [Lupus]
//= 1.4.2 Fixed Khowropher bug [Lupus]
//= 1.5 Fixed double levelup bug [Lupus]
+//= 1.5.1 Fixed exploit [KarLaeda]
//============================================================
@@ -1057,7 +1058,7 @@ einbech.gat,57,210,4 script Young Man#04 854,{ }
einbech.gat,165,105,7 script Buender Hikeman 847,{
- if(Shinokas_Quest == 9) goto L_P2;
+ if(Shinokas_Quest >= 9) goto L_P2;
if(Shinokas_Quest == 3)goto L_BEST;
if(Shinokas_Quest == 2)goto L_BASTARD;
mes "[Buender Hikeman]";
|