From 35d20e15dab7be18b9a65e60c4e7bf356562ecae Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Mon, 15 Dec 2014 22:49:45 -0500 Subject: [PATCH] Fix monster avatar spell not blessing --- osx/boe.combat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/boe.combat.cpp b/osx/boe.combat.cpp index 315e03f21..a85c85c7d 100644 --- a/osx/boe.combat.cpp +++ b/osx/boe.combat.cpp @@ -3511,7 +3511,7 @@ bool monst_cast_priest(cCreature *caster,short targ) { play_sound(24); monst_spell_note(caster->number,26); caster->health = caster->m_health; - caster->status[eStatus::MARTYRS_SHIELD] = 8; + caster->status[eStatus::BLESS_CURSE] = 8; caster->status[eStatus::POISON] = 0; caster->status[eStatus::HASTE_SLOW] = 8; caster->status[eStatus::WEBS] = 0;