Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88)

Port From (https://github.com/TrinityCore/TrinityCore/commit/0d5242daae3fab31ffc73faafa21ad65e5cd9670)
This commit is contained in:
Hondacrx
2024-11-11 10:46:00 -05:00
parent 29acfba7d3
commit 21eca77ad8
5 changed files with 31 additions and 47 deletions
+2 -1
View File
@@ -188,7 +188,7 @@ namespace Framework.Constants
TransportRemovePlayer = 43, // None
TransportRelocate = 44, // Pointid
InstancePlayerEnter = 45, // Team (0 Any), Cooldownmin, Cooldownmax
AreatriggerOntrigger = 46, // Triggerid(0 Any)
AreatriggerEnter = 46, // None
QuestAccepted = 47, // None
QuestObjCompletion = 48, // None
QuestCompletion = 49, // None
@@ -230,6 +230,7 @@ namespace Framework.Constants
OnSpellStart = 85, // SpellID, CooldownMin, CooldownMax
OnDespawn = 86, // NONE
SendEventTrigger = 87, // NONE
AreatriggerExit = 88, // None
End
}