diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-09 23:35:22 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-09 23:35:22 +0000 |
commit | 1f77c598f27b2ba41fe006d7c868e1e2e31f8727 (patch) | |
tree | ec74e05fd187c4e25688e30c92f86f53773d4844 /npc | |
parent | 8c47ae11d90922551d635ae06bde40e5d6723fae (diff) | |
download | hercules-1f77c598f27b2ba41fe006d7c868e1e2e31f8727.tar.gz hercules-1f77c598f27b2ba41fe006d7c868e1e2e31f8727.tar.bz2 hercules-1f77c598f27b2ba41fe006d7c868e1e2e31f8727.tar.xz hercules-1f77c598f27b2ba41fe006d7c868e1e2e31f8727.zip |
* Fixed a minor bug in Bingo game system.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10735 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/other/hugel_bingo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index 16ee282bf..1a5a57c28 100644 --- a/npc/other/hugel_bingo.txt +++ b/npc/other/hugel_bingo.txt @@ -10,6 +10,7 @@ //= Hugel Bingo game //===== Additional Comments: ================================= //= 1.0 - First version. Please report bugs you find out. [SinSloth] +//= 1.1 - Fixed a minor bug. [SinSloth] //============================================================ que_bingo,48,84,5 script Bingo Waiting Room 124,{ @@ -977,7 +978,7 @@ OnInit: end; OnTouch: - warp que_bingo,40,121; + warp "que_bingo",40,121; end; } |