diff options
author | Machiavelli <none@none> | 2010-03-21 17:34:25 +0100 |
---|---|---|
committer | Machiavelli <none@none> | 2010-03-21 17:34:25 +0100 |
commit | 48051d1cd6e026c3b397e6719a61e16d1f8fa581 (patch) | |
tree | a4e5f6a6ea17bfb6358aa189a07b656434c744d5 /src/game/Map.h | |
parent | 450b2fba9db1df41613193f3f7bc7805bce23db3 (diff) |
Add support field 'allowMount' to instance_template table (see http://trinitydatabase.org/index.php?/topic/14994-7656-instance-template/), this will define whether or not mounting is allowed in an instance, instead of defining it hard coded in the core.
--HG--
branch : trunk
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 |