Kaynağa Gözat

npc typo fix

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@771 54d463be-8e91-2dee-dedb-b68131a5f0ec
ajarn 20 yıl önce
ebeveyn
işleme
0ffc62d6d4
2 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. 3 0
      npc/Changelog.txt
  2. 2 2
      npc/jobs/2-1-1/WhiteSmith.txt

+ 3 - 0
npc/Changelog.txt

@@ -34,6 +34,9 @@ Other Ppl
 
 Date		Added
 ======
+12/24
+	* Fixed Whitesmith.txt, was on top of another npc [Ajarn]
+
 12/23
 	* Added logs into kafra_bank.txt (it keeps logs of all bank operations! Very handy to find abusers/cheaters) [Lupus]
 

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

@@ -3,7 +3,7 @@
 // Made by Nana.
 
 // -== White Smith ==-
-valkyrie.gat,44,58,6	script	White Smith	725,{
+valkyrie.gat,44,51,6	script	White Smith	725,{
 	if(getskilllv(153) > 0) set @qsk,1;
 	if(getskilllv(154) > 0) set @qsk1,1;
 	if(getskilllv(155) > 0) set @qsk2,1;
@@ -103,4 +103,4 @@ L_Advance:
 	mes "Hey there! You are already an Reborn. You cannot reach any higher";
 	mes "*whistles*";
 	close;
-}
+}