From 48051d1cd6e026c3b397e6719a61e16d1f8fa581 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sun, 21 Mar 2010 17:34:25 +0100 Subject: 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 --- src/game/Map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/Map.h') 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 -- cgit v1.2.3