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/cities/yuno.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/cities/yuno.txt')
-rw-r--r-- | npc/cities/yuno.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/cities/yuno.txt b/npc/cities/yuno.txt index 59486c8c0..ccc8a91ae 100644 --- a/npc/cities/yuno.txt +++ b/npc/cities/yuno.txt @@ -253,7 +253,7 @@ yuno,157,205,4 script Juno Artisan#juno 1_M_JOBGUIDER,{ } } -- script ::JunoSoldier1 -1,{ +- script ::JunoSoldier1 FAKE_NPC,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of noble-mindedness."; next; @@ -268,7 +268,7 @@ yuno,157,205,4 script Juno Artisan#juno 1_M_JOBGUIDER,{ close; } -- script ::JunoSoldier2 -1,{ +- script ::JunoSoldier2 FAKE_NPC,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of noble-mindedness."; next; @@ -284,7 +284,7 @@ yuno,157,205,4 script Juno Artisan#juno 1_M_JOBGUIDER,{ close; } -- script ::JunoSoldier3 -1,{ +- script ::JunoSoldier3 FAKE_NPC,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of noble-mindedness."; next; @@ -296,7 +296,7 @@ yuno,157,205,4 script Juno Artisan#juno 1_M_JOBGUIDER,{ close; } -- script ::JunoSoldier4 -1,{ +- script ::JunoSoldier4 FAKE_NPC,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of noble-mindedness."; next; @@ -311,7 +311,7 @@ yuno,157,205,4 script Juno Artisan#juno 1_M_JOBGUIDER,{ close; } -- script ::JunoSoldier5 -1,{ +- script ::JunoSoldier5 FAKE_NPC,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of noble-mindedness."; next; @@ -327,7 +327,7 @@ yuno,157,205,4 script Juno Artisan#juno 1_M_JOBGUIDER,{ close; } -- script ::JunoSoldier6 -1,{ +- script ::JunoSoldier6 FAKE_NPC,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of noble-mindedness."; next; @@ -339,7 +339,7 @@ yuno,157,205,4 script Juno Artisan#juno 1_M_JOBGUIDER,{ close; } -- script ::JunoSoldier7 -1,{ +- script ::JunoSoldier7 FAKE_NPC,{ mes "[Juno Soldier]"; mes "Welcome to Juno, the city of noble-mindedness."; next; |