TShock/TShockAPI/DB
Tyler Watson 3d37f51290 Fixed bug in AddRegion failing to completely add regions
An invalid SQL query selecting the region ID from the newly inserted
region prevented the AddRegion method from completely adding a region,
even though it was inserted into the database correctly, leading to a
`false` result even though the region add was successful.

This fixes /region define, and HouseRegions.
2016-02-06 20:37:57 +10:00
..
BanManager.cs Fixes #1116 2015-10-07 11:42:20 -05:00
CharacterManager.cs Add PlayerPermission hook, replace p.Group.HasPermission by p.HasPermission everywhere possible. 2016-01-11 14:37:02 +00:00
DBTools.cs Few other fixes 2011-08-06 13:49:47 +12:00
GroupManager.cs Updated XML documentation for several methods 2015-04-12 23:39:04 -06:00
IQueryBuilder.cs Tick version and update copyright 2015-01-28 15:29:13 -05:00
ItemManager.cs Add PlayerPermission hook, replace p.Group.HasPermission by p.HasPermission everywhere possible. 2016-01-11 14:37:02 +00:00
ProjectileManager.cs Add PlayerPermission hook, replace p.Group.HasPermission by p.HasPermission everywhere possible. 2016-01-11 14:37:02 +00:00
RegionManager.cs Fixed bug in AddRegion failing to completely add regions 2016-02-06 20:37:57 +10:00
RememberedPosManager.cs Remove more broken/obsolete/dead code 2015-02-28 19:15:19 -07:00
SqlColumn.cs Tick version and update copyright 2015-01-28 15:29:13 -05:00
SqlTable.cs Fix more random tab/spaces in SqlTable.cs 2015-03-10 11:15:52 -06:00
SqlValue.cs Tick version and update copyright 2015-01-28 15:29:13 -05:00
TileManager.cs Add PlayerPermission hook, replace p.Group.HasPermission by p.HasPermission everywhere possible. 2016-01-11 14:37:02 +00:00
UserManager.cs Fixed /user group and any other method using TShock.Users.SetUserGroup() 2015-07-06 01:32:08 +01:00
WarpsManager.cs Document Warp() constructor 2015-04-13 01:03:13 -06:00