Browse Source

Fixed bugreport:7776:
- Corrected an invalid map name in the_sign_quest.txt.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17390 54d463be-8e91-2dee-dedb-b68131a5f0ec

j-tkay 12 years ago
parent
commit
5ba50d12a5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      npc/quests/the_sign_quest.txt

+ 2 - 1
npc/quests/the_sign_quest.txt

@@ -25,6 +25,7 @@
 //= 3.5 Fixed two bugs. 4230 & 4404 [CalciumKid]
 //= 3.5 Fixed two bugs. 4230 & 4404 [CalciumKid]
 //= 3.6 Corrected the Level Requirements for 'Standby Room' [tr0n]
 //= 3.6 Corrected the Level Requirements for 'Standby Room' [tr0n]
 //= 3.7 Massive cleaning/optimization (more can still be done). [Euphy]
 //= 3.7 Massive cleaning/optimization (more can still be done). [Euphy]
+//= 3.8 Corrected an invalid map name. [Joseph]
 //============================================================ 
 //============================================================ 
 
 
 //============================================================ 
 //============================================================ 
@@ -12348,7 +12349,7 @@ Oncall:
 	end;
 	end;
 
 
 OnMyMobDead:
 OnMyMobDead:
-	if (mobcount("gue_sign01","CallMonster#witch::OnMyMobDead") < 1) {
+	if (mobcount("que_sign01","CallMonster#witch::OnMyMobDead") < 1) {
 		donpcevent "Serin#witch::OnEnable";
 		donpcevent "Serin#witch::OnEnable";
 	}
 	}
 	end;
 	end;