mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
Fix DB type to match core (#809)
* Fix DB type to match core Reverts https://github.com/azerothcore/azerothcore-wotlk/pull/733 * Importing pending sql
This commit is contained in:
@@ -433,7 +433,7 @@ void TransportMgr::SpawnContinentTransports()
|
||||
do
|
||||
{
|
||||
Field* fields = result->Fetch();
|
||||
uint32 mapId = fields[0].GetUInt32();
|
||||
uint16 mapId = fields[0].GetUInt16();
|
||||
float x = fields[1].GetFloat();
|
||||
float y = fields[2].GetFloat();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user