소스 검색

Fixed a small bug in the swordsman job quest, thanks to Belle for notifying me about it.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7564 54d463be-8e91-2dee-dedb-b68131a5f0ec
MasterOfMuppets 19 년 전
부모
커밋
b7fa905845
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 0
      npc/Changelog.txt
  2. 2 2
      npc/jobs/1-1/swordman.txt

+ 2 - 0
npc/Changelog.txt

@@ -39,6 +39,8 @@ Playtester
 Date		Added
 ======
 07/07
+	* Fixed a small bug in the swordsman job quest [MasterOfMuppets]
+	- thanks to Belle for notifying me about it.
 	* Small fix in the Blacksmith Quest [Playtester]
 07/05
 	* Fixed Dancer Job Quest (3rd part) thx2Alis [Lupus]

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

@@ -175,13 +175,13 @@ L_Done:
 // -- Warp to test room --
 izlude_in.gat,62,170,0	script	w1039	45,1,1,{
 	if(BaseJob == Job_Novice && job_sword_q > 0) warp "izlude_in.gat",40,170;
-	if(job_sword_q == 0) doevent "Swordsman::OnStart";
+	if(job_sword_q == 0) doevent "Swordsman#02::OnStart";
 	end;
 }
 
 // -- Swordsman --
 izlude_in.gat,65,171,5	script	Swordsman#01	85,{
-	doevent "Swordsman::OnStart";
+	doevent "Swordsman#02::OnStart";
 	end;
 }