diff --git a/pipelines/spell_heal_info.cpp b/pipelines/spell_heal_info.cpp index c1f068d..eaa6074 100644 --- a/pipelines/spell_heal_info.cpp +++ b/pipelines/spell_heal_info.cpp @@ -221,6 +221,7 @@ SpellHealInfo::SpellHealInfo() { _heal_source_type = HEAL_SOURCE_UNKNOWN; //Ref _heal_source = Ref<; _heal_source_id = 0; + _immune = false; } SpellHealInfo::~SpellHealInfo() {