Core/SmartAI: add SMART_ACTION_SET_HEALTH_REGEN (102).

This commit is contained in:
Kandera
2012-09-17 13:56:12 -04:00
parent 64115461fa
commit 2e5e8331f3
4 changed files with 15 additions and 1 deletions
@@ -905,6 +905,7 @@ bool SmartAIMgr::IsEventValid(SmartScriptHolder& e)
case SMART_ACTION_GO_SET_LOOT_STATE:
case SMART_ACTION_SEND_TARGET_TO_TARGET:
case SMART_ACTION_SET_HOME_POS:
case SMART_ACTION_SET_HEALTH_REGEN:
break;
default:
sLog->outError(LOG_FILTER_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);