Core/SmartScripts: Reserve SMART_ACTION_PLAY_CINEMATIC

Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/ca112b0dae26906182532fe276915aafba7126cd
This commit is contained in:
hondacrx
2019-06-19 15:36:55 -04:00
parent 1e67bd4dd7
commit 280e6b0866
+2 -1
View File
@@ -327,7 +327,8 @@ namespace Framework.Constants
PlayAnimkit = 128,
ScenePlay = 129, // sceneId
SceneCancel = 130, // sceneId
// 131 - 135 : 3.3.5 reserved
PlayCinematic = 135, // reserved for future uses
End = 131
}