Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI

Port From (https://github.com/TrinityCore/TrinityCore/commit/b0164fb2b9cc35663e337d48660d5bca1e973d99)
This commit is contained in:
hondacrx
2022-09-05 21:57:54 -04:00
parent 747c91bf73
commit 0a28bd434a
7 changed files with 16 additions and 6 deletions
+2 -1
View File
@@ -240,8 +240,9 @@ namespace Framework.Constants
OnSpellCast = 83, // SpellID, CooldownMin, CooldownMax
OnSpellFailed = 84, // SpellID, CooldownMin, CooldownMax
OnSpellStart = 85, // SpellID, CooldownMin, CooldownMax
OnDespawn = 86, // NONE
End = 86
End
}
public enum SmartActions