Syn
Member
I had this fixed previously, however my edits seem to no longer work after updating to the latest ServUO (my previous ServUO package was from May, 2017.
Anyone have any idea how to get these working?
Code:
//OLD CODE
/*
else if (Core.ML && ns != null && ns.SupportsExpansion(Expansion.ML))
{
type = 5;
EnsureCapacity(91);
}
*/
else if (Core.ML && ns != null && ns.ExtendedStatus)
{
type = 6;
EnsureCapacity(121);
}
Anyone have any idea how to get these working?