mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-09-14 05:05:14 -05:00
Fixed compilation.
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user