From 903febed0a1bbefb8a3f91782eb9ab888204cf77 Mon Sep 17 00:00:00 2001 From: Barbz Date: Fri, 12 Feb 2021 00:16:05 +0100 Subject: feat: Add faction value to chrraces (#400) --- docs/chrraces.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') 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) -- cgit