AI/SmartAI: New SMART_ACTION_RESPAWN_BY_SPAWNID

Port From (https://github.com/TrinityCore/TrinityCore/commit/61baf6704cf4f31b8b5f24d627d315659336c992)
This commit is contained in:
hondacrx
2021-08-09 09:47:23 -04:00
parent 85ffed189f
commit 06a189e5e6
3 changed files with 3018 additions and 2984 deletions
+2 -1
View File
@@ -387,7 +387,8 @@ namespace Framework.Constants
SceneCancel = 130, // sceneId
SpawnSpawngroup = 131, // Group ID, min secs, max secs, spawnflags
DespawnSpawngroup = 132, // Group ID, min secs, max secs, spawnflags
// 131 - 134 : 3.3.5 reserved
RespawnBySpawnId = 133, // spawnType, spawnId
// 134 : 3.3.5 reserved
PlayCinematic = 135, // reserved for future uses
SetMovementSpeed = 136, // movementType, speedInteger, speedFraction
PlaySpellVisualKit = 137, // spellVisualKitId, kitType (unknown values, copypaste from packet dumps), duration
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff