diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/quests/skills/swordsman_skills.txt | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index b5346d305..da794ec5b 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -35,6 +35,9 @@ Other Ppl Date Added ====== +03/11 + * Reverted the Moving HP skill quest change, thanks to DracoRPG [celest] + 03/07 * Fixed a typo in high mage job changing, thanks to hongmei [celest] diff --git a/npc/quests/skills/swordsman_skills.txt b/npc/quests/skills/swordsman_skills.txt index f07ecb7e6..4558754b6 100644 --- a/npc/quests/skills/swordsman_skills.txt +++ b/npc/quests/skills/swordsman_skills.txt @@ -234,7 +234,8 @@ L_Check: mes "Haha! You have just learned HP Moving Recovery!"; delitem 713,200; delitem 1058,1; - delitem 2312,1; +//-- Padded armor does not have to be deleted! -- +// delitem 2312,1; skill 144,1,0; set MOVHPREC, 0; next; |