diff options
author | Haru <haru@dotalux.com> | 2017-09-10 21:40:03 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-12 05:11:07 +0200 |
commit | 0ee299ed65590059ac43c5fe09e4bc80c15d564f (patch) | |
tree | 9ea7e07a27d14d774e5f31522687e14be8a7a7ca /npc/quests/quests_moscovia.txt | |
parent | 762e458d893220176a1415df8fcb5cd56c7a9996 (diff) | |
download | hercules-0ee299ed65590059ac43c5fe09e4bc80c15d564f.tar.gz hercules-0ee299ed65590059ac43c5fe09e4bc80c15d564f.tar.bz2 hercules-0ee299ed65590059ac43c5fe09e4bc80c15d564f.tar.xz hercules-0ee299ed65590059ac43c5fe09e4bc80c15d564f.zip |
Fix several typos and grammar mistakes
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/quests/quests_moscovia.txt')
-rw-r--r-- | npc/quests/quests_moscovia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index 8632e160c..d8f3d750f 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -11124,7 +11124,7 @@ treasure01,27,115,0 script Opened Treasure Chest#41 HIDDEN_NPC,{ mes "...!? What is this?!"; next; .@russ_key02 = rand(1,7); - if (rand(1,7) == 3) { + if (.@russ_key02 == 3) { mes "- ^0000ffYou find the handle of a broken key in the junk !!^000000 -"; next; } else { |