diff options
author | Yommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-10 18:29:09 +0000 |
---|---|---|
committer | Yommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-10 18:29:09 +0000 |
commit | 7ed1d962b9fa4860554014e638996286ced309a6 (patch) | |
tree | 040153d6b9984ccacf60a4da30bd3dbd9d588a34 /npc | |
parent | aed37a61e497eb8ec22d89e627882da69a8a7355 (diff) | |
download | hercules-7ed1d962b9fa4860554014e638996286ced309a6.tar.gz hercules-7ed1d962b9fa4860554014e638996286ced309a6.tar.bz2 hercules-7ed1d962b9fa4860554014e638996286ced309a6.tar.xz hercules-7ed1d962b9fa4860554014e638996286ced309a6.zip |
copy paste error in monster race (bugreport:2035)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13065 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/other/monster_race.txt | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 6b6abf211..1357855a1 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -3,6 +3,7 @@ 2008/08/10 * Fixed: several typos (bugreport:2029 bugreport:2023) [Yommy] * Fixed: hugel bingo quest (bugreport:1556) [Yommy] + * Fixed copy paste error in monster race (bugreport:2035) [Yommy] 2008/08/08 * Rev. 13053 Removed unofficial inn maid from Alberta. [L0ne_W0lf] * Rev. 13052 Slew up NPC bug fixes and other updates. [L0ne_W0lf] diff --git a/npc/other/monster_race.txt b/npc/other/monster_race.txt index bd4b89da7..5bb8d750f 100644 --- a/npc/other/monster_race.txt +++ b/npc/other/monster_race.txt @@ -1252,7 +1252,7 @@ OnTimer2000: end; OnTimer6000: - mapannounce "p_track01","If you wagered on Monster 1 in this race, talk to the Medal Distributor to receive your prize!",bc_map,"0x33FF66"; + mapannounce "p_track01","If you wagered on Monster 2 in this race, talk to the Medal Distributor to receive your prize!",bc_map,"0x33FF66"; end; OnTimer8000: @@ -1304,7 +1304,7 @@ OnTimer2000: end; OnTimer6000: - mapannounce "p_track01","If you wagered on Monster 1 in this race, talk to the Medal Distributor to receive your prize!",bc_map,"0x33FF66"; + mapannounce "p_track01","If you wagered on Monster 3 in this race, talk to the Medal Distributor to receive your prize!",bc_map,"0x33FF66"; end; OnTimer8000: @@ -1356,7 +1356,7 @@ OnTimer2000: end; OnTimer6000: - mapannounce "p_track01","If you wagered on Monster 1 in this race, talk to the Medal Distributor to receive your prize!",bc_map,"0x33FF66"; + mapannounce "p_track01","If you wagered on Monster 4 in this race, talk to the Medal Distributor to receive your prize!",bc_map,"0x33FF66"; end; OnTimer8000: @@ -1408,7 +1408,7 @@ OnTimer2000: end; OnTimer6000: - mapannounce "p_track01","If you wagered on Monster 1 in this race, talk to the Medal Distributor to receive your prize!",bc_map,"0x33FF66"; + mapannounce "p_track01","If you wagered on Monster 5 in this race, talk to the Medal Distributor to receive your prize!",bc_map,"0x33FF66"; end; OnTimer8000: @@ -1460,7 +1460,7 @@ OnTimer2000: end; OnTimer6000: - mapannounce "p_track01","If you wagered on Monster 1 in this race, talk to the Medal Distributor to receive your prize!",bc_map,"0x33FF66"; + mapannounce "p_track01","If you wagered on Monster 6 in this race, talk to the Medal Distributor to receive your prize!",bc_map,"0x33FF66"; end; OnTimer8000: |