From 06190fb4a30720313748bb7bfbd86daa1fe24ee8 Mon Sep 17 00:00:00 2001 From: evil-at-wow Date: Sun, 12 Jan 2025 22:23:58 +0100 Subject: [PATCH] GetQuestGreenRange: remove (unreachable) return using the wrong type. --- src/game/Tools/Formulas.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/Tools/Formulas.h b/src/game/Tools/Formulas.h index 088f740d5b..23d7c991ce 100644 --- a/src/game/Tools/Formulas.h +++ b/src/game/Tools/Formulas.h @@ -85,7 +85,6 @@ namespace MaNGOS default: // 60+ return 12; } - return false; } enum XPColorChar { RED, ORANGE, YELLOW, GREEN, GRAY };