Core/SAI: Rename SMART_ACTION_TALK_CONVERSATION to SMART_ACTION_CREATE_CONVERSATION

This commit is contained in:
Shauren
2021-02-27 11:42:44 +01:00
parent 0996d60944
commit afae75841b
3 changed files with 3 additions and 3 deletions

View File

@@ -1572,7 +1572,7 @@ bool SmartAIMgr::IsEventValid(SmartScriptHolder& e)
break;
}
case SMART_ACTION_TALK_CONVERSATION:
case SMART_ACTION_CREATE_CONVERSATION:
{
if (!sConversationDataStore->GetConversationTemplate(e.action.conversation.id))
{