From 0c78e47dcebbce525293ad29ad001b8f309809f8 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Fri, 30 Dec 2022 11:55:40 +0200 Subject: [PATCH] Fixed serialization due to changed lsit of bonuses --- lib/HeroBonus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/HeroBonus.h b/lib/HeroBonus.h index 76bf17468..d120f8df9 100644 --- a/lib/HeroBonus.h +++ b/lib/HeroBonus.h @@ -237,6 +237,7 @@ public: BONUS_NAME(MANA_CHANNELING) /*value in %, eg. familiar*/ \ BONUS_NAME(SPELL_LIKE_ATTACK) /*subtype - spell, value - spell level; range is taken from spell, but damage from creature; eg. magog*/ \ BONUS_NAME(THREE_HEADED_ATTACK) /*eg. cerberus*/ \ + BONUS_NAME(UNUSED_BONUS_ENTRY) \ BONUS_NAME(FIRE_IMMUNITY) /*subtype 0 - all, 1 - all except positive, 2 - only damage spells*/ \ BONUS_NAME(WATER_IMMUNITY) \ BONUS_NAME(EARTH_IMMUNITY) \