diff options
author | Haru <haru@dotalux.com> | 2015-12-31 23:40:48 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-31 23:40:48 +0100 |
commit | 0e990045fc308ca58421eda25838d3b9e7a10afa (patch) | |
tree | 7966898e283b6759f226bd8222de161fb64772c2 /npc/merchants/hd_refine.txt | |
parent | e95c473c694f4fccb40584f3e6a00323f91e36ee (diff) | |
parent | 32a42eeee18b16d9f904a409974dda575f3966c2 (diff) | |
download | hercules-0e990045fc308ca58421eda25838d3b9e7a10afa.tar.gz hercules-0e990045fc308ca58421eda25838d3b9e7a10afa.tar.bz2 hercules-0e990045fc308ca58421eda25838d3b9e7a10afa.tar.xz hercules-0e990045fc308ca58421eda25838d3b9e7a10afa.zip |
Merge branch 'AnnieRuru-request_29' into hercules
Closes #1000 as merged
Diffstat (limited to 'npc/merchants/hd_refine.txt')
-rw-r--r-- | npc/merchants/hd_refine.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/hd_refine.txt b/npc/merchants/hd_refine.txt index 2200f85be..e1a9bae7e 100644 --- a/npc/merchants/hd_refine.txt +++ b/npc/merchants/hd_refine.txt @@ -38,7 +38,7 @@ //========================================================================= //== Blacksmith Mighty Hammer (+7~9) ======================= -- script ::MightyHammer -1,{ +- script ::MightyHammer FAKE_NPC,{ disable_items; mes "[Blacksmith Mighty Hammer]"; mes "Unlike others, I am a blacksmith who refines a very limited number of items."; @@ -178,7 +178,7 @@ lhz_in02,280,19,3 duplicate(MightyHammer) Mighty Hammer#lhz 4_M_DWARF //payon,174,133,4 duplicate(MightyHammer) Mighty Hammer#im 4_M_DWARF //== Basta (+10 and up) ==================================== -- script ::Basta -1,{ +- script ::Basta FAKE_NPC,{ disable_items; mes "[Basta]"; mes "I'm the best Blacksmith in the whole world, Basta."; |