May Day Update 2
Scribe Scroll will no longer eat an entire stack of scrolls.
This commit is contained in:
@@ -595,6 +595,10 @@ object CICraftScribeScroll(object oCreator, int nSpellID)
|
||||
}
|
||||
else
|
||||
{
|
||||
int nStack = GetNumStackedItems(oMat);
|
||||
if (nStack > 1)
|
||||
SetItemStackSize(oMat, nStack - 1);
|
||||
else
|
||||
DestroyObject(oMat);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user