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:
Rochet2
2018-03-17 16:19:33 +02:00
committed by Lee
parent 5113715b05
commit d1646aeb0f
2 changed files with 29 additions and 1 deletions

View File

@@ -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();