Core/SAI: Add SAI action to create a conversation
Port From (https://github.com/TrinityCore/TrinityCore/commit/0996d60944dba87f89f393541c009dedeccb45a4)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user