diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 636348afb6..0f7ed62ffa 100644 --- a/npc/Changelog.txt +++ b/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] diff --git a/npc/jobs/2-1-1/WhiteSmith.txt b/npc/jobs/2-1-1/WhiteSmith.txt index 29b483eda4..b289c0232a 100644 --- a/npc/jobs/2-1-1/WhiteSmith.txt +++ b/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; -} \ No newline at end of file +}