diff options
Diffstat (limited to 'npc/quests/quests_yuno.txt')
-rw-r--r-- | npc/quests/quests_yuno.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_yuno.txt b/npc/quests/quests_yuno.txt index f4d42aae1..d0544a5b7 100644 --- a/npc/quests/quests_yuno.txt +++ b/npc/quests/quests_yuno.txt @@ -536,7 +536,7 @@ S_DelItems: mes "I don't know if we can do anything else,"; if (getarg(2) == 1) mes "but this time we have created "+getarg(1); - else + else mes "but this time we have created"; mes "^FF0000"+getitemname(getarg(0))+"^000000 !"; next; @@ -664,7 +664,7 @@ S_DelItems: mes "I don't know if we can do anything else,"; if (getarg(2) == 1) mes "but this time we have created "+getarg(1); - else + else mes "but this time we have created"; mes "^FF0000"+getitemname(getarg(0))+"^000000 !"; next; |