From d8d4181a8ddb5ad5a2bc7440089466fa726c431c Mon Sep 17 00:00:00 2001
From: Benjamin Jackson <38561765+benjymansy123@users.noreply.github.com>
Date: Thu, 30 Jun 2022 05:19:08 -0400
Subject: Adjust wording to align with the way the core handles it. (#739)
---
docs/conditions.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'docs')
diff --git a/docs/conditions.md b/docs/conditions.md
index b3da6f1..55a34b6 100644
--- a/docs/conditions.md
+++ b/docs/conditions.md
@@ -705,7 +705,7 @@ Add flags together for all classes where condition is true.
| CONDITION_RACE |
16 |
-Player must be this race. SeeĀ ChrRaces.dbc .
+ | Race mask fromĀ ChrRaces.dbc .
Add flags together for all races where condition is true. |
Always 0 |
Always 0 |
@@ -1353,7 +1353,7 @@ Note: it will show or hide spells in vehicle spell bar.
\***CONDITION\_RACE = 16**
-- - ConditionValue1: race the player must be. Add flags together for all races condition should be true for. See [ChrRaces.dbc](ChrRaces)
+- - ConditionValue1: race mask. Add flags together for all races condition should be true for. See [ChrRaces.dbc](ChrRaces)
- ConditionValue2: always 0
- ConditionValue3: always 0
--
cgit