diff options
Diffstat (limited to 'src/server/game/Quests/QuestDef.h')
-rw-r--r-- | src/server/game/Quests/QuestDef.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server/game/Quests/QuestDef.h b/src/server/game/Quests/QuestDef.h index 3312aa5f89b..1a2e5fe6c50 100644 --- a/src/server/game/Quests/QuestDef.h +++ b/src/server/game/Quests/QuestDef.h @@ -404,12 +404,6 @@ class TC_GAME_API Quest bool HasSpecialFlag(uint32 flag) const { return (_specialFlags & flag) != 0; } void SetSpecialFlag(uint32 flag) { _specialFlags |= flag; } - // DEPRECATED - int32 GetMinLevel() const { return 0; } - int32 GetQuestLevel() const { return 0; } - int32 GetQuestScalingFactionGroup() const { return 0; } - int32 GetQuestMaxScalingLevel() const { return 0; } - // table data accessors: uint32 GetQuestId() const { return _id; } uint32 GetQuestType() const { return _type; } |