Core/SAI: implement SMART_EVENT_SUMMONED_UNIT_DIES (82), useable by creatures and gameobjects
Port From (https://github.com/TrinityCore/TrinityCore/commit/d4a1a7a040be0ca0d6428669135bcc64d92be1c2)
This commit is contained in:
@@ -244,12 +244,9 @@ namespace Framework.Constants
|
||||
SceneTrigger = 79, // param_string : triggerName
|
||||
SceneCancel = 80, // none
|
||||
SceneComplete = 81, // none
|
||||
SummonedUnitDies = 82, // CreatureId(0 all), CooldownMin, CooldownMax
|
||||
|
||||
//New
|
||||
SpellEffectHit = 82,
|
||||
SpellEffectHitTarget = 83,
|
||||
|
||||
End = 84
|
||||
End = 83
|
||||
}
|
||||
|
||||
public enum SmartActions
|
||||
|
||||
Reference in New Issue
Block a user