[11874] Fix comment about PlayerUnderwaterState

This commit is contained in:
stfx 2011-12-22 12:22:42 +01:00 committed by Schmoozerd
parent a8e3c9ac4d
commit 22dd739fb0
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11873"
#define REVISION_NR "11874"
#endif // __REVISION_NR_H__