Fix uninitialized variable.

This commit is contained in:
Relintai 2020-07-29 15:51:10 +02:00
parent 915ecb9ad5
commit 24a85e3b7c

View File

@ -221,6 +221,7 @@ SpellHealInfo::SpellHealInfo() {
_heal_source_type = HEAL_SOURCE_UNKNOWN;
//Ref<Reference> _heal_source = Ref<;
_heal_source_id = 0;
_immune = false;
}
SpellHealInfo::~SpellHealInfo() {