diff options
| -rw-r--r-- | docs/chrraces.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/chrraces.md b/docs/chrraces.md index 01aa23b..4e2dcd3 100644 --- a/docs/chrraces.md +++ b/docs/chrraces.md @@ -58,6 +58,15 @@ This dbc contains all possible races, some of which are unused and unavailable t | 25 | 16777216 | Pandaren Alliance (5.x) | | 26 | 33554432 | Pandaren Horde (5.x) | + +### Faction values + +On WOTLK: +Alliance only = 1101 +Horde only = 690 +Both factions = 1791 (0 may work) + + ### How do I get the values? If you want to learn how bits work you can read the tutorial here [bit-and_bytes-tutorial](Bit-and_bytes-tutorial) |
