diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/db/const.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 289e4581..8203174f 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -442,8 +442,8 @@ BYTE_1_SHIFT 8 BYTE_2_MASK 16711680 BYTE_2_SHIFT 16 -BYTE_3_MASK 4278190080 -BYTE_3_SHIFT 24 +BYTE_3_MASK 2130706432 // should be 4278190080 +BYTE_3_SHIFT 24 // only 7 bits in this one // Basic Skills SKILL_EMOTE 1 |