diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-20 16:58:34 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-20 16:58:34 +0000 |
commit | 9b5c0066befff18e06acd2cc3b4150b501a08adf (patch) | |
tree | 41978d59ecf9448bf5fd4695d82899ee96ec8824 /npc | |
parent | 234472ffd7a55e178e56e1a76d34a5ee54bb2c26 (diff) | |
download | hercules-9b5c0066befff18e06acd2cc3b4150b501a08adf.tar.gz hercules-9b5c0066befff18e06acd2cc3b4150b501a08adf.tar.bz2 hercules-9b5c0066befff18e06acd2cc3b4150b501a08adf.tar.xz hercules-9b5c0066befff18e06acd2cc3b4150b501a08adf.zip |
Fixed exploit in Shinokas Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9273 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_ein.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index c5e2930c1..7c18bd1d8 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,8 @@ KarLaeda Date Added
======
+11/20
+ * Fixed exploit in Shinokas Quest [KarLaeda]
11/17
* Added official kRo&idRO Skill Reset Event, thanks to $ephiroth [Lupus]
- Fixed possible double levelup bugs [Lupus]
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]";
|