mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[10699] Add debug note for not implemented summon property group
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
b6695d5279
commit
0eaef918e7
2 changed files with 2 additions and 1 deletions
|
|
@ -4110,6 +4110,7 @@ void Spell::EffectSummonType(SpellEffectIndex eff_idx)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
// EffectSummonVehicle(i);
|
// EffectSummonVehicle(i);
|
||||||
|
sLog.outDebug("EffectSummonType: Unhandled summon group type SUMMON_PROP_GROUP_VEHICLE(%u)", summon_prop->Group);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10698"
|
#define REVISION_NR "10699"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue