Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for server-side areatrigger SAI #37

Closed
BAndysc opened this issue Feb 5, 2021 · 2 comments
Closed

Support for server-side areatrigger SAI #37

BAndysc opened this issue Feb 5, 2021 · 2 comments
Labels

Comments

@BAndysc
Copy link
Owner

BAndysc commented Feb 5, 2021

Describe the bug
TrinityCore is adding new server-side areatriggers, once this PR is merged, SAI for those triggers will be available: TrinityCore/TrinityCore#26035. It introduces a new SAI Type.

@BAndysc BAndysc added the bug label Feb 5, 2021
@Shauren
Copy link

Shauren commented Feb 5, 2021

New SAI types

SMART_SCRIPT_TYPE_AREATRIGGER_ENTITY = 11, // FK to areatrigger_template.Id AND areatrigger_template.IsServerSide = false
SMART_SCRIPT_TYPE_AREATRIGGER_ENTITY_SERVERSIDE = 12,  // FK to areatrigger_template.Id AND areatrigger_template.IsServerSide = true

@BAndysc
Copy link
Owner Author

BAndysc commented Feb 6, 2021

85f36c3

@BAndysc BAndysc closed this as completed Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants