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
This commit is contained in:
j-tkay 2013-06-28 07:18:16 +00:00
parent 04efdbc24c
commit 5ba50d12a5

View File

@ -25,6 +25,7 @@
//= 3.5 Fixed two bugs. 4230 & 4404 [CalciumKid]
//= 3.6 Corrected the Level Requirements for 'Standby Room' [tr0n]
//= 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;
OnMyMobDead:
if (mobcount("gue_sign01","CallMonster#witch::OnMyMobDead") < 1) {
if (mobcount("que_sign01","CallMonster#witch::OnMyMobDead") < 1) {
donpcevent "Serin#witch::OnEnable";
}
end;