Scripts/SmartAI: SMART_TARGET_INVOKER cleanup step 1. The core will now log errors on start-up if SMART_TARGET_INVOKER abuse is found, but will continue to load the scripts as deprecated for now.
Port From (https://github.com/TrinityCore/TrinityCore/commit/06b5b8d8b7ac3da65013ccc0f03599ee9dee2163)
This commit is contained in:
@@ -397,7 +397,7 @@ namespace Framework.Constants
|
||||
|
||||
public enum SmartTargets
|
||||
{
|
||||
None = 0, // None, Defaulting To Invoket
|
||||
None = 0, // None
|
||||
Self = 1, // Self Cast
|
||||
Victim = 2, // Our Current Target (Ie: Highest Aggro)
|
||||
HostileSecondAggro = 3, // Second highest aggro, maxdist, playerOnly, powerType + 1
|
||||
|
||||
Reference in New Issue
Block a user