diff options
Diffstat (limited to 'src/game/Map.h')
-rw-r--r-- | src/game/Map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Map.h b/src/game/Map.h index 292431eeecb..682e05533f9 100644 --- a/src/game/Map.h +++ b/src/game/Map.h @@ -216,6 +216,7 @@ struct InstanceTemplate float startLocZ; float startLocO; uint32 script_id; + bool allowMount; }; enum LevelRequirementVsMode |