You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.
Describe the feature
We have several "global-not-global" lua files in zones that are being used for similar NPCs in the area, but they all tend to be a bit scattered for how they're implemented. I'd prefer we add this to the xi table overall, but perhaps attached to xi.zone[zone] itself, and establish something more consistent.
Requires are creating copies each time, so being able to pass by reference from the global table should be a tiny bit better.
The text was updated successfully, but these errors were encountered:
I affirm:
Describe the feature
We have several "global-not-global" lua files in zones that are being used for similar NPCs in the area, but they all tend to be a bit scattered for how they're implemented. I'd prefer we add this to the xi table overall, but perhaps attached to xi.zone[zone] itself, and establish something more consistent.
Requires are creating copies each time, so being able to pass by reference from the global table should be a tiny bit better.
The text was updated successfully, but these errors were encountered: