Core/SAI: Make SMART_EVENT_WAYPOINT_START & SMART_EVENT_CHARMED_TARGET deprecated
Port From (https://github.com/TrinityCore/TrinityCore/commit/0ad6258d4b71f2762bc37ea516e4c9836d02bc75)
This commit is contained in:
@@ -1348,6 +1348,8 @@ namespace Game.AI
|
|||||||
{
|
{
|
||||||
// Deprecated
|
// Deprecated
|
||||||
case SmartEvents.PhaseChange:
|
case SmartEvents.PhaseChange:
|
||||||
|
case SmartEvents.WaypointStart:
|
||||||
|
case SmartEvents.CharmedTarget:
|
||||||
Log.outWarn(LogFilter.Sql, "SmartAIMgr: Deprecated event_type: {e}, it might be removed in the future, loaded for now.");
|
Log.outWarn(LogFilter.Sql, "SmartAIMgr: Deprecated event_type: {e}, it might be removed in the future, loaded for now.");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user