mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-01 23:53:39 -05:00
Fixed compilation.
This commit is contained in:
parent
86438e055a
commit
022ecdd5bd
|
|
@ -1371,7 +1371,7 @@ namespace PkmnFoundations.Data
|
|||
return WithTransaction(tran => GtsAvailablePokemon5(tran));
|
||||
}
|
||||
|
||||
public override int GtsAvailablePokemon5(MySqlTransaction tran)
|
||||
public int GtsAvailablePokemon5(MySqlTransaction tran)
|
||||
{
|
||||
return Convert.ToInt32(tran.ExecuteScalar("SELECT Count(*) FROM GtsPokemon5 WHERE IsExchanged = 0"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user