mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[11874] Fix comment about PlayerUnderwaterState
This commit is contained in:
parent
a8e3c9ac4d
commit
22dd739fb0
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11873"
|
||||
#define REVISION_NR "11874"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue