Fixed Build

This commit is contained in:
joschiwald
2017-02-11 23:23:13 +01:00
parent d2dd5f9f02
commit ecda7cef7f

View File

@@ -1163,7 +1163,7 @@ void ObjectMgr::LoadGameObjectAddons()
if (!gameObjectAddon.ParentRotation.isUnit())
{
TC_LOG_ERROR("sql.sql", "GameObject (GUID: %u) has invalid parent rotation in `gameobject_addon`, set to default", guid);
TC_LOG_ERROR("sql.sql", "GameObject (GUID: " UI64FMTD ") has invalid parent rotation in `gameobject_addon`, set to default", guid);
gameObjectAddon.ParentRotation = G3D::Quat();
}