mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Merge pull request #2542 from idostyle/master
Core/Spells: Initialize m_castItemGUID in constructor
This commit is contained in:
@@ -515,6 +515,7 @@ m_caster(caster), m_spellValue(new SpellValue(m_spellInfo))
|
||||
_triggeredCastFlags = TRIGGERED_FULL_MASK;
|
||||
|
||||
m_CastItem = NULL;
|
||||
m_castItemGUID = 0;
|
||||
|
||||
unitTarget = NULL;
|
||||
itemTarget = NULL;
|
||||
|
||||
Reference in New Issue
Block a user