feat(Core/SmartScripts) Implement SMART_TARGET_VEHICLE_PASSENGER (#3510)
This commit is contained in:
parent
4b74545744
commit
0d8aa2e8b1
3 changed files with 18 additions and 2 deletions
|
|
@ -402,7 +402,7 @@ bool SmartAIMgr::IsEventValid(SmartScriptHolder& e)
|
|||
e.entryOrGuid, e.event_id, e.GetTargetType());
|
||||
return false;
|
||||
}
|
||||
if (e.target.type == SMART_TARGET_LOOT_RECIPIENTS || e.target.type == SMART_TARGET_VEHICLE_PASSENGER)
|
||||
if (e.target.type == SMART_TARGET_LOOT_RECIPIENTS)
|
||||
{
|
||||
sLog->outErrorDb("SmartAIMgr: EntryOrGuid %d using event(%u) has a target type that is not yet supported on AzerothCore (%u), skipped.",
|
||||
e.entryOrGuid, e.event_id, e.GetTargetType());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue