Update prc_inc_itmrstr.nss

Added test void main()
This commit is contained in:
Jaysyn904 2023-11-29 12:44:02 -05:00
parent 7db78049c1
commit ce42b992cd

View File

@ -41,8 +41,6 @@ void CheckForPnPHolyAvenger(object oItem);
#include "prc_inc_castlvl" #include "prc_inc_castlvl"
#include "inc_newspellbook" #include "inc_newspellbook"
//:: Test Void
//void main (){}
////////////////////////////////////////////////// //////////////////////////////////////////////////
/* Internal functions */ /* Internal functions */
@ -558,4 +556,7 @@ void CheckForPnPHolyAvenger(object oItem)
} }
ipTest = GetNextItemProperty(oItem); ipTest = GetNextItemProperty(oItem);
} }
} }
//:: Test Void
//void main (){}