From 371c45c736dd76b5ec612f3195c885d482baaacf Mon Sep 17 00:00:00 2001 From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com> Date: Sat, 19 Aug 2023 12:20:13 -0400 Subject: [PATCH] Update inc_item_props.nss Added Divinity, Echoblade & Wizardry to GetIsMagicalItem(). --- trunk/include/inc_item_props.nss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/include/inc_item_props.nss b/trunk/include/inc_item_props.nss index 9b11c36c..d3fcf87c 100644 --- a/trunk/include/inc_item_props.nss +++ b/trunk/include/inc_item_props.nss @@ -1446,7 +1446,7 @@ int GetIsMagicItem(object oItem) (nType >= 71 && nType <= 80) || (nType == 82) || (nType == 84) || - (nType >= 100 && nType <= 101) || + (nType >= 100 && nType <= 105) || (nType >= 133 && nType <= 134)) { return 1; //magical property