diff options
| author | Gyx <2359980687@qq.com> | 2012-01-07 12:28:09 +0800 |
|---|---|---|
| committer | Gyx <2359980687@qq.com> | 2012-01-07 12:28:09 +0800 |
| commit | 42f3f91ad400b9e129213eb06df6256bb55079be (patch) | |
| tree | 8899ac422e122111d8b0a6dc57eba55d430795c1 /src/server/game/Entities | |
| parent | f27cc655880ebe2ce38c133a22592b6b7730a759 (diff) | |
P5: Typo...
Signed-off-by: Gyx <2359980687@qq.com>
Diffstat (limited to 'src/server/game/Entities')
| -rwxr-xr-x | src/server/game/Entities/Object/Updates/UpdateFields.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/game/Entities/Object/Updates/UpdateFields.h b/src/server/game/Entities/Object/Updates/UpdateFields.h index ce063f4f2f1..22c22b2335a 100755 --- a/src/server/game/Entities/Object/Updates/UpdateFields.h +++ b/src/server/game/Entities/Object/Updates/UpdateFields.h @@ -179,7 +179,10 @@ enum EUnitFields UNIT_FIELD_MAXITEMLEVEL = OBJECT_END + 0x0088, // Size: 1, Type: INT, Flags: PUBLIC UNIT_FIELD_PADDING = OBJECT_END + 0x0089, // Size: 1, Type: INT, Flags: NONE UNIT_END = OBJECT_END + 0x008A, +}; +enum EPlayerFields +{ PLAYER_DUEL_ARBITER = UNIT_END + 0x0000, // Size: 2, Type: LONG, Flags: PUBLIC PLAYER_FLAGS = UNIT_END + 0x0002, // Size: 1, Type: INT, Flags: PUBLIC PLAYER_GUILDRANK = UNIT_END + 0x0003, // Size: 1, Type: INT, Flags: PUBLIC @@ -540,4 +543,5 @@ enum ECorpseFields CORPSE_FIELD_DYNAMIC_FLAGS = OBJECT_END + 0x001B, // Size: 1, Type: INT, Flags: UNUSED2 CORPSE_END = OBJECT_END + 0x001C, }; + #endif |
