diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index f9b20419b..69b12798f 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -4110,6 +4110,7 @@ void Spell::EffectSummonType(SpellEffectIndex eff_idx) { // TODO // EffectSummonVehicle(i); + sLog.outDebug("EffectSummonType: Unhandled summon group type SUMMON_PROP_GROUP_VEHICLE(%u)", summon_prop->Group); break; } default: diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ddd0ec38e..0e9a1a06f 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10698" + #define REVISION_NR "10699" #endif // __REVISION_NR_H__