feat(Core/SmartScripts): SMART_ACTION_SET_CORPSE_DELAY

This commit is contained in:
IntelligentQuantum
2022-01-04 13:11:19 +03:30
committed by GitHub
parent 0d6b8dba18
commit 9faec8ef1b
3 changed files with 26 additions and 1 deletions

View File

@@ -1267,6 +1267,7 @@ bool SmartAIMgr::IsEventValid(SmartScriptHolder& e)
case SMART_ACTION_PLAYER_TALK:
case SMART_ACTION_CU_ENCOUNTER_START:
case SMART_ACTION_DO_ACTION:
case SMART_ACTION_SET_CORPSE_DELAY:
break;
default:
LOG_ERROR("sql.sql", "SmartAIMgr: Not handled action_type(%u), event_type(%u), Entry %d SourceType %u Event %u, skipped.", e.GetActionType(), e.GetEventType(), e.entryOrGuid, e.GetScriptType(), e.event_id);