diff options
| author | avarishd <46330494+avarishd@users.noreply.github.com> | 2023-03-15 14:42:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 13:42:19 +0100 |
| commit | ff774a5f4092d7c78b6c7b3781840f2f759bcb35 (patch) | |
| tree | 6273dcfeca36dcca3e94bfe6e8985f95567ea68a /docs/conditions.md | |
| parent | b71bed83ddcc00ca060323d2f5e6323280784715 (diff) | |
| download | wiki-ff774a5f4092d7c78b6c7b3781840f2f759bcb35.tar.gz wiki-ff774a5f4092d7c78b6c7b3781840f2f759bcb35.tar.bz2 wiki-ff774a5f4092d7c78b6c7b3781840f2f759bcb35.zip | |
update (#880)
Diffstat (limited to 'docs/conditions.md')
| -rw-r--r-- | docs/conditions.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conditions.md b/docs/conditions.md index 55a34b6..566cab2 100644 --- a/docs/conditions.md +++ b/docs/conditions.md @@ -697,7 +697,7 @@ data</strong> (see corresponding script source files for more info)</td> CONDITION_CLASS</td> <td><br /> 15</td> -<td>Class mask from <a href="http://www.azerothcore.org/wiki/ChrClasses">ChrClasses.dbc</a><br /> +<td>Class mask from <a href="http://www.azerothcore.org/wiki/chrclasses">ChrClasses.dbc</a><br /> Add flags together for all classes where condition is true.</td> <td>Always 0</td> <td>Always 0</td> @@ -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>Race mask fromĀ <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> @@ -1347,13 +1347,13 @@ Note: it will show or hide spells in vehicle spell bar. \***CONDITION\_CLASS = 15** -- - ConditionValue1: class mask. Add flags together for all classes condition should be true for. See [ChrClasses.dbc](ChrClasses) +- - ConditionValue1: class mask. Add flags together for all classes condition should be true for. See [ChrClasses.dbc](chrclasses) - ConditionValue2: always 0 - ConditionValue3: always 0 \***CONDITION\_RACE = 16** -- - ConditionValue1: race mask. 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 |
