Update prc_inc_itmrstr.nss
Added test void main()
This commit is contained in:
parent
7db78049c1
commit
ce42b992cd
@ -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 (){}
|
Loading…
x
Reference in New Issue
Block a user