mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/DBLayer: Correct few more wrong read types (No. 3)
DB/World: Some consistency in the ints "length" field (not really a length) From A to G world tables verified; missing all the others
This commit is contained in:
@@ -600,7 +600,7 @@ void PoolMgr::LoadFromDB()
|
||||
{
|
||||
uint32 oldMSTime = getMSTime();
|
||||
|
||||
// 1 2 3
|
||||
// 1 2 3
|
||||
QueryResult result = WorldDatabase.Query("SELECT guid, pool_entry, chance FROM pool_creature");
|
||||
|
||||
if (!result)
|
||||
|
||||
Reference in New Issue
Block a user