[10699] Add debug note for not implemented summon property group

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-11-08 14:15:46 +01:00
parent b6695d5279
commit 0eaef918e7
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10698"
#define REVISION_NR "10699"
#endif // __REVISION_NR_H__