fix(Core/Visibility): Mark destructible objects infinite visibility (#22838)
This commit is contained in:
parent
9e04cb9e37
commit
fa33b27700
1 changed files with 2 additions and 0 deletions
|
|
@ -629,6 +629,8 @@ struct GameObjectTemplate
|
|||
return true;
|
||||
case GAMEOBJECT_TYPE_TRAPDOOR:
|
||||
return true;
|
||||
case GAMEOBJECT_TYPE_DESTRUCTIBLE_BUILDING:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue