From 74dd02d024007c3a09219177fabfe9010b1bce63 Mon Sep 17 00:00:00 2001 From: Spp Date: Mon, 19 Apr 2010 09:26:37 +0200 Subject: Remove LOTS of compile warnings --HG-- branch : trunk --- src/game/SpellMgr.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/SpellMgr.cpp') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index de06727be8b..36a5f54eaa2 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3053,7 +3053,6 @@ bool IsDiminishingReturnsGroupDurationLimited(DiminishingGroup group) default: return false; } - return false; } DiminishingLevels GetDiminishingReturnsMaxLevel(DiminishingGroup group) @@ -3065,7 +3064,6 @@ DiminishingLevels GetDiminishingReturnsMaxLevel(DiminishingGroup group) default: return DIMINISHING_LEVEL_IMMUNE; } - return DIMINISHING_LEVEL_IMMUNE; } DiminishingReturnsType GetDiminishingReturnsGroupType(DiminishingGroup group) -- cgit v1.2.3