Core/Creatures: Implemented CREATURE_STATIC_FLAG_2_ALLOW_MOUNTED_COMBAT and overriding default mount from creature addon

Port From (https://github.com/TrinityCore/TrinityCore/commit/9463933eda630be97e3ab16cf66e419d2f696109)
This commit is contained in:
hondacrx
2024-02-27 13:54:39 -05:00
parent 382ffa093a
commit 29af2a63b7
3 changed files with 17 additions and 4 deletions
@@ -29,6 +29,7 @@ namespace Game.Entities
bool _isMissingCanSwimFlagOutOfCombat;
uint? _defaultMountDisplayIdOverride;
int _creatureImmunitiesId;
uint _gossipMenuId;
uint? _trainerId;