Core/Scripts: Expose IsCrit to hit hooks for spell scripts

Port From (https://github.com/TrinityCore/TrinityCore/commit/2cc652b305f31ebcc71680f314792d0d09c43bfe)
This commit is contained in:
hondacrx
2022-03-09 17:39:49 -05:00
parent 73f8b600a3
commit bfd598b640
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -7802,7 +7802,7 @@ namespace Game.Spells
// Spell target subsystem
// *****************************************
// Targets store structures and data
List<TargetInfo> m_UniqueTargetInfo = new();
public List<TargetInfo> m_UniqueTargetInfo = new();
uint m_channelTargetEffectMask; // Mask req. alive targets
List<GOTargetInfo> m_UniqueGOTargetInfo = new();