Update ObjectMgr.cpp

(cherry picked from commit ac3bfd111d)

# Conflicts:
#	src/server/game/Globals/ObjectMgr.cpp
This commit is contained in:
ariel-
2016-08-07 15:25:11 -03:00
committed by joschiwald
parent a77263da10
commit 03afe0dd35

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, 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();
}