From 57335b188f96d0a8e28de3c3844e82fef7cba241 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:03:55 -0400 Subject: [PATCH] [Cleanup] Remove SPECIALIZE_MANA_REDUCE from zone/common.h (#3400) # Notes - This is unused. --- zone/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/common.h b/zone/common.h index 9cb570985..8e46eaf9e 100644 --- a/zone/common.h +++ b/zone/common.h @@ -44,7 +44,6 @@ //Spell specialization parameters, not sure of a better place for them #define SPECIALIZE_FIZZLE 11 //% fizzle chance reduce at 200 specialized -#define SPECIALIZE_MANA_REDUCE 12 //% mana cost reduction at 200 specialized //these are large right now because the x,y,z coords of the zone //lines do not make a lot of sense