mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Update ObjectMgr.cpp
(cherry picked from commit ac3bfd111d)
# Conflicts:
# src/server/game/Globals/ObjectMgr.cpp
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user