From 03567313e5233e52228a277d527ffa658b132b45 Mon Sep 17 00:00:00 2001 From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:25:59 -0500 Subject: [PATCH] Update prc_feat_const.nss Removed dupe constant. --- nwn/nwnprc/trunk/include/prc_feat_const.nss | 1 - 1 file changed, 1 deletion(-) diff --git a/nwn/nwnprc/trunk/include/prc_feat_const.nss b/nwn/nwnprc/trunk/include/prc_feat_const.nss index 9370ade7..cb7f969c 100644 --- a/nwn/nwnprc/trunk/include/prc_feat_const.nss +++ b/nwn/nwnprc/trunk/include/prc_feat_const.nss @@ -17,7 +17,6 @@ const int FEAT_FAVORED_ENEMY_PLANT = 2355; //:: Epic Base Class Marker Feats const int FEAT_EPIC_DUSKBLADE = 3690; const int FEAT_EPIC_DREAD_NECROMANCER = 24152; -const int FEAT_EPIC_ELDRITCH_KNIGHT = 4013; const int FEAT_EPIC_FAVORED_SOUL = 24241; const int FEAT_EPIC_HEALER = 3744; const int FEAT_EPIC_MARSHAL = 1918;