Update ObjectMgr.cpp

This commit is contained in:
ariel-
2016-08-07 15:25:11 -03:00
committed by GitHub
parent e4ad88245a
commit ac3bfd111d

View File

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