diff --git a/src/game/Unit.h b/src/game/Unit.h index 95507d23b..e79b88493 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -317,7 +317,7 @@ enum DamageTypeToSchool enum AuraRemoveMode { 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_DISPEL, AURA_REMOVE_BY_DEATH diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 5653b1fe1..5ac231a65 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 "7887" + #define REVISION_NR "7888" #endif // __REVISION_NR_H__