Core/SmartAI: implemented SMART_EVENT_EVENT_PHASE_CHANGE

Port From (https://github.com/TrinityCore/TrinityCore/commit/593d3243d4b8301fe03634d279b51a68b5d9effd)
This commit is contained in:
hondacrx
2020-07-24 18:08:59 -04:00
parent 7baa1aede9
commit 97ee7c437d
3 changed files with 57 additions and 8 deletions
+2 -2
View File
@@ -69,7 +69,7 @@ namespace Framework.Constants
Count = 12
}
public enum PhaseBits
public enum SmartEventPhaseBits
{
PhaseAlwaysBit = 0,
Phase1Bit = 1,
@@ -204,7 +204,7 @@ namespace Framework.Constants
JustCreated = 63, // None
GossipHello = 64, // noReportUse (for GOs)
FollowCompleted = 65, // None
Unused66 = 66,
PhaseChange = 66,
IsBehindTarget = 67, // Cooldownmin, Cooldownmax
GameEventStart = 68, // GameEvent.Entry
GameEventEnd = 69, // GameEvent.Entry