diff --git a/src/game/Player.h b/src/game/Player.h index 836baf211..6b2d081cf 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -68,7 +68,7 @@ enum SpellModType SPELLMOD_PCT = 108 // SPELL_AURA_ADD_PCT_MODIFIER }; -// 2^n values, Player::m_isunderwater is a bitmask. These are mangos internal values, they are never send to any client +// 2^n internal values, they are never sent to the client enum PlayerUnderwaterState { UNDERWATER_NONE = 0x00, diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ed7efa5a0..991d38326 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 "11873" + #define REVISION_NR "11874" #endif // __REVISION_NR_H__