From cc6bcf32956408b0f30416b5508c15b60c62dbe0 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:23:21 -0400 Subject: [PATCH] [Cleanup] Remove casting_spell_type from mob.h (#3064) # Notes - This is unused. --- zone/mob.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/mob.h b/zone/mob.h index 457f5ab7c..46165bb74 100644 --- a/zone/mob.h +++ b/zone/mob.h @@ -1643,7 +1643,6 @@ protected: uint32 casting_spell_inventory_slot; uint32 casting_spell_timer; uint32 casting_spell_timer_duration; - uint32 casting_spell_type; int16 casting_spell_resist_adjust; uint32 casting_spell_aa_id; uint32 casting_spell_recast_adjust;