diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 99056f42e..f06574594 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -6402,7 +6402,7 @@ SpellCastResult Spell::CanOpenLock(SpellEffectIndex effIndex, uint32 lockId, Ski return SPELL_CAST_OK; } -/* +/** * Fill target list by units around (x,y) points at radius distance * @param targetUnitMap Reference to target list that filled by function diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ece8f4dc6..9dc5ad921 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 "9906" + #define REVISION_NR "9907" #endif // __REVISION_NR_H__