Core/SAI: Add SAI action to create a conversation

Port From (https://github.com/TrinityCore/TrinityCore/commit/0996d60944dba87f89f393541c009dedeccb45a4)
This commit is contained in:
hondacrx
2021-03-04 13:38:23 -05:00
parent 7b11540032
commit b2041b1a58
3 changed files with 44 additions and 6 deletions
+2 -1
View File
@@ -391,7 +391,8 @@ namespace Framework.Constants
PlayCinematic = 135, // reserved for future uses
SetMovementSpeed = 136, // movementType, speedInteger, speedFraction
PlaySpellVisualKit = 137, // spellVisualKitId, kitType (unknown values, copypaste from packet dumps), duration
End = 138
CreateConversation = 143, // conversation_template.id
End = 144
}
public enum SmartTargets