diff options
author | KarLaeda <KarLaeda@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-18 00:04:41 +0000 |
---|---|---|
committer | KarLaeda <KarLaeda@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-18 00:04:41 +0000 |
commit | ce43974752343c7262d2771202d24ada39086754 (patch) | |
tree | 6af8fb4f3b7415ff0d62a8258613c6cd91077b52 /npc | |
parent | 417094cfbaa3d5904baddf271f2e933b989e2382 (diff) | |
download | hercules-ce43974752343c7262d2771202d24ada39086754.tar.gz hercules-ce43974752343c7262d2771202d24ada39086754.tar.bz2 hercules-ce43974752343c7262d2771202d24ada39086754.tar.xz hercules-ce43974752343c7262d2771202d24ada39086754.zip |
Fixed exploit in The Sign Quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9513 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index aba612b10..17fde727b 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,8 @@ KarLaeda Date Added ====== +12/17 + * Fixed exploit in The Sign Quest [KarLaeda] 12/13 * Fixed exploit in the Slotted Sunglasses Quest [KarLaeda] 12/11 diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index e22304830..f50e7d094 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -25,6 +25,7 @@ //= 1.5 Fixed exploits and bugs. Plus add a removal of exttra sobbing pieces //= as suggested Tantarian, to let people Reborn [Lupus] //= 1.6 Minor fix, thanks to theultramage for pointing it out. [MasterOfMuppets] +//= 1.7 Fixed exploit [KarLaeda] //============================================================ //===== Configuration : ====================================== prontera.gat,1,1,1 script TheSignConfig -1,{ @@ -3981,6 +3982,7 @@ L_Check: else { + set @dearles_check,0; mes "[Dearles]"; mes "Hmm... Some of this"; mes "stuff looks good, but"; |