Browse Source

Minor fix to the sign quest, thanks to theultramage for pointing it out.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9419 54d463be-8e91-2dee-dedb-b68131a5f0ec
MasterOfMuppets 18 years ago
parent
commit
2a9b9b6854
2 changed files with 5 additions and 1 deletions
  1. 2 0
      npc/Changelog.txt
  2. 3 1
      npc/quests/The_Sign_Quest.txt

+ 2 - 0
npc/Changelog.txt

@@ -33,6 +33,8 @@ KarLaeda
 
 Date		Added
 ======
+12/06
+	* Minor fix to the sign quest, thanks to theultramage for pointing it out [MasterOfMuppets]
 12/01
 	* Fixed event's label for many quest-spawned monsters [KarLaeda]
 	* Small fix to The Sign Quest [KarLaeda]

+ 3 - 1
npc/quests/The_Sign_Quest.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
 //===== Current Version: ===================================== 
-//= 1.5
+//= 1.6
 //===== Compatible With: ===================================== 
 //= eAthena SVN 3422+(Requires jA Script System)
 //===== Description: ========================================= 
@@ -24,6 +24,7 @@
 //=     Also moved the Alberta sign since another NPC was on top of it. [Llyr]
 //= 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]
 //============================================================ 
 //===== Configuration : ======================================
 prontera.gat,1,1,1	script	TheSignConfig	-1,{
@@ -2454,6 +2455,7 @@ else
 }
 OnMonsterDead:
 	set $signmazemonster,$signmazemonster - 1;
+	end;
 
 }