mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[7888] Fixed typos in comment.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
c56ef09fa3
commit
ba450b4eca
2 changed files with 2 additions and 2 deletions
|
|
@ -317,7 +317,7 @@ enum DamageTypeToSchool
|
||||||
enum AuraRemoveMode
|
enum AuraRemoveMode
|
||||||
{
|
{
|
||||||
AURA_REMOVE_BY_DEFAULT,
|
AURA_REMOVE_BY_DEFAULT,
|
||||||
AURA_REMOVE_BY_STACK, // at replace by semillar aura
|
AURA_REMOVE_BY_STACK, // at replace by similar aura
|
||||||
AURA_REMOVE_BY_CANCEL,
|
AURA_REMOVE_BY_CANCEL,
|
||||||
AURA_REMOVE_BY_DISPEL,
|
AURA_REMOVE_BY_DISPEL,
|
||||||
AURA_REMOVE_BY_DEATH
|
AURA_REMOVE_BY_DEATH
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7887"
|
#define REVISION_NR "7888"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue