Core/GameObjects: Transport (type 11) improvements
Port From (https://github.com/TrinityCore/TrinityCore/commit/630b60eb0dcd3d9ce41582664ab822b049365431)
This commit is contained in:
@@ -544,6 +544,8 @@ namespace Game.Entities
|
||||
return SpellFocus.GiganticAOI != 0;
|
||||
case GameObjectTypes.Goober:
|
||||
return Goober.GiganticAOI != 0;
|
||||
case GameObjectTypes.Transport:
|
||||
return true;
|
||||
case GameObjectTypes.SpellCaster:
|
||||
return SpellCaster.GiganticAOI != 0;
|
||||
case GameObjectTypes.FlagStand:
|
||||
|
||||
Reference in New Issue
Block a user