mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +00:00
[8571] Avoid use ^ bitmask operation for bool values compare in general.
Also drop HandleSet32Bit logn unused and wrong coded chat command code.
This commit is contained in:
parent
b2e32f4ff9
commit
47bf1dbce6
10 changed files with 10 additions and 37 deletions
|
|
@ -533,8 +533,8 @@ enum MangosStrings
|
|||
LANG_GET_UINT_FIELD = 570,
|
||||
LANG_GET_FLOAT = 571, //log
|
||||
LANG_GET_FLOAT_FIELD = 572,
|
||||
LANG_SET_32BIT = 573, //log
|
||||
LANG_SET_32BIT_FIELD = 574,
|
||||
// 573, //not used
|
||||
// 574, //not used
|
||||
LANG_CHANGE_32BIT = 575, //log
|
||||
LANG_CHANGE_32BIT_FIELD = 576,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue