浏览代码

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;
 }