diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/merchants/shuriken_maker.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index ddc7ab86e..1e42319ec 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -30,6 +30,8 @@ Playtester Date Added
======
09/25
+ * Fixed the Shuriken Blacksmith. Incomplete Label (M_DAIS -> M_DAIS4) and extra
+ parenthesis on line 128 ( a ) in the end of the condition) [erKURITA]
* Thanks to Au{R}oN, added prison and bank Lighthalzen NPC [Lupus]
- Thanks to Au{R}oN, added Shuriken Blacksmith. Fixed bugs.
09/22
diff --git a/npc/merchants/shuriken_maker.txt b/npc/merchants/shuriken_maker.txt index 09882cfb3..be4b0e23d 100644 --- a/npc/merchants/shuriken_maker.txt +++ b/npc/merchants/shuriken_maker.txt @@ -87,7 +87,7 @@ M_DAIS: close; //=====================DAISHARIN4======================== -M_DAIS: +M_DAIS4: mes "[Taitsu]"; mes "You want make ^FF0000Fuuma Shuriken Daisharin[4]^000000"; mes "Fuuma Shuriken Daisharin[4] needs:"; |