Преглед на файлове

Fixes a bug in the crusader job quest (bugreport:1101)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12281 54d463be-8e91-2dee-dedb-b68131a5f0ec
Paradox924X преди 17 години
родител
ревизия
ccbc3d6c86
променени са 2 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 2 0
      npc/Changelog.txt
  2. 1 1
      npc/jobs/2-2/crusader.txt

+ 2 - 0
npc/Changelog.txt

@@ -1,5 +1,7 @@
 Date		Added
 ======
+2008/03/03
+	* Rev 12281 Fixes a bug in the crusader job quest (bugreport:1101) [Paradox924X]
 2008/03/02
 	* Rev 12280 Fixes a bug in the hunter job quest. (bugreport:1099) [L0ne_W0lf]
 2008/03/01

+ 1 - 1
npc/jobs/2-2/crusader.txt

@@ -1236,7 +1236,7 @@ OnInit:
 	end;
 
 OnStart:
-	set .MyMobCount,0;
+	set .MyMonsterCount,0;
 	enablenpc "Monster Summon#cr0";
 	donpcevent "Monster Summon#cr1::OnStart";
 	donpcevent "Monster Summon#cr2::OnStart";