mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 14:39:43 -04:00
Core/Sai: Added missing changes in 4060fb1b59
This commit is contained in:
@@ -249,7 +249,7 @@ void SmartAIMgr::LoadSmartAIFromDB()
|
||||
if (linked.event_id == e.link)
|
||||
{
|
||||
if (linked.GetActionType() && linked.GetEventType() != SMART_EVENT_LINK)
|
||||
TC_LOG_ERROR("sql.sql", "SmartScript::ProcessAction: Entry %d SourceType %u, Event %u, Link Event %u not found or invalid, skipped.",
|
||||
TC_LOG_ERROR("sql.sql", "SmartAIMgr::LoadSmartAIFromDB: Entry %d SourceType %u, Event %u, Link Event %u not found or invalid, skipped.",
|
||||
e.entryOrGuid, e.GetScriptType(), e.event_id, e.link);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user