diff options
| author | Benjamin Jackson <38561765+benjymansy123@users.noreply.github.com> | 2022-06-30 05:19:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-30 11:19:08 +0200 |
| commit | d8d4181a8ddb5ad5a2bc7440089466fa726c431c (patch) | |
| tree | 3a00015dc8ddc303e1eb641aad5abca74f27ae22 | |
| parent | a28d4344dae251a7466ec8c798c37e8bcb7c091e (diff) | |
| download | wiki-d8d4181a8ddb5ad5a2bc7440089466fa726c431c.tar.gz wiki-d8d4181a8ddb5ad5a2bc7440089466fa726c431c.tar.bz2 wiki-d8d4181a8ddb5ad5a2bc7440089466fa726c431c.zip | |
Adjust wording to align with the way the core handles it. (#739)
| -rw-r--r-- | docs/conditions.md | 4 |
1 files changed, 2 insertions, 2 deletions
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.</td> <tr class="odd"> <td>CONDITION_RACE</td> <td>16</td> -<td>Player must be this race. SeeĀ <a href="http://www.azerothcore.org/wiki/ChrRaces">ChrRaces.dbc</a> .<br /> +<td>Race mask fromĀ <a href="http://www.azerothcore.org/wiki/ChrRaces">ChrRaces.dbc</a> .<br /> Add flags together for all races where condition is true.</td> <td>Always 0</td> <td>Always 0</td> @@ -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 |
