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:
hondacrx
2022-05-30 13:07:07 -04:00
parent a23a152492
commit c5c6b42337
@@ -1348,6 +1348,8 @@ namespace Game.AI
{
// Deprecated
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.");
break;
default: