Archivist double spell fix
Archivist double spell fix -nanothief
This commit is contained in:
parent
3fe5026d8e
commit
79780fb0a0
@ -771,6 +771,11 @@ void SetupSpells(object oPC, int nClass)
|
|||||||
{
|
{
|
||||||
int nSpellLevel, nSlot, nSlots, nSpellbookID;
|
int nSpellLevel, nSlot, nSlots, nSpellbookID;
|
||||||
string sArrayName2, sIDX;
|
string sArrayName2, sIDX;
|
||||||
|
|
||||||
|
// clearing existing spells
|
||||||
|
persistant_array_delete(oPC, sArrayName);
|
||||||
|
persistant_array_create(oPC, sArrayName);
|
||||||
|
|
||||||
for(nSpellLevel = 0; nSpellLevel <= 9; nSpellLevel++)
|
for(nSpellLevel = 0; nSpellLevel <= 9; nSpellLevel++)
|
||||||
{
|
{
|
||||||
sArrayName2 = "Spellbook" + IntToString(nSpellLevel) + "_" + sClass; // Minor optimisation: cache the array name string for multiple uses
|
sArrayName2 = "Spellbook" + IntToString(nSpellLevel) + "_" + sClass; // Minor optimisation: cache the array name string for multiple uses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user