copy paste error in monster race (bugreport:2035)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13065 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5f31620e6a
commit
98a152d4d3
@ -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]
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user