From ce42b992cdc7a2249f30104b88ca9e5f9570993b Mon Sep 17 00:00:00 2001 From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:44:02 -0500 Subject: [PATCH] Update prc_inc_itmrstr.nss Added test void main() --- nwn/nwnprc/trunk/include/prc_inc_itmrstr.nss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nwn/nwnprc/trunk/include/prc_inc_itmrstr.nss b/nwn/nwnprc/trunk/include/prc_inc_itmrstr.nss index 7f2ca808..2fe783df 100644 --- a/nwn/nwnprc/trunk/include/prc_inc_itmrstr.nss +++ b/nwn/nwnprc/trunk/include/prc_inc_itmrstr.nss @@ -41,8 +41,6 @@ void CheckForPnPHolyAvenger(object oItem); #include "prc_inc_castlvl" #include "inc_newspellbook" -//:: Test Void -//void main (){} ////////////////////////////////////////////////// /* Internal functions */ @@ -558,4 +556,7 @@ void CheckForPnPHolyAvenger(object oItem) } ipTest = GetNextItemProperty(oItem); } -} \ No newline at end of file +} + +//:: Test Void +//void main (){} \ No newline at end of file