mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[10856] Correct two whitespace errors
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
7751579303
commit
a0e0630c81
2 changed files with 3 additions and 3 deletions
|
|
@ -1892,8 +1892,8 @@ void Spell::SetTargetMap(SpellEffectIndex effIndex, uint32 targetMode, UnitList&
|
||||||
}
|
}
|
||||||
case TARGET_AREAEFFECT_GO_AROUND_DEST:
|
case TARGET_AREAEFFECT_GO_AROUND_DEST:
|
||||||
{
|
{
|
||||||
// It may be possible to fill targets for some spell effects
|
// It may be possible to fill targets for some spell effects
|
||||||
// automatically (SPELL_EFFECT_WMO_REPAIR(88) for example) but
|
// automatically (SPELL_EFFECT_WMO_REPAIR(88) for example) but
|
||||||
// for some/most spells we clearly need/want to limit with spell_target_script
|
// for some/most spells we clearly need/want to limit with spell_target_script
|
||||||
|
|
||||||
// Some spells untested, for affected GO type 33. May need further adjustments for spells related.
|
// Some spells untested, for affected GO type 33. May need further adjustments for spells related.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10855"
|
#define REVISION_NR "10856"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue