* Fixed a minor bug in Bingo game system.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10735 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
6d28bd1ae3
commit
4ac32de7a6
@ -10,6 +10,7 @@
|
|||||||
//= Hugel Bingo game
|
//= Hugel Bingo game
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.0 - First version. Please report bugs you find out. [SinSloth]
|
//= 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,{
|
que_bingo,48,84,5 script Bingo Waiting Room 124,{
|
||||||
@ -977,7 +978,7 @@ OnInit:
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
OnTouch:
|
OnTouch:
|
||||||
warp que_bingo,40,121;
|
warp "que_bingo",40,121;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user