summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBarbz <BarbzYHOOL@users.noreply.github.com>2021-02-12 00:16:05 +0100
committerGitHub <noreply@github.com>2021-02-12 00:16:05 +0100
commit903febed0a1bbefb8a3f91782eb9ab888204cf77 (patch)
tree550eaa9574c5491596f6878267c8820469e6a335 /docs
parentb449133f4bc8031477d1858629edc4a9aac8e105 (diff)
downloadwiki-903febed0a1bbefb8a3f91782eb9ab888204cf77.tar.gz
wiki-903febed0a1bbefb8a3f91782eb9ab888204cf77.tar.bz2
wiki-903febed0a1bbefb8a3f91782eb9ab888204cf77.zip
feat: Add faction value to chrraces (#400)
Diffstat (limited to 'docs')
-rw-r--r--docs/chrraces.md9
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)