summaryrefslogtreecommitdiff
path: root/docs/conditions.md
diff options
context:
space:
mode:
authoravarishd <46330494+avarishd@users.noreply.github.com>2023-03-15 14:42:19 +0200
committerGitHub <noreply@github.com>2023-03-15 13:42:19 +0100
commitff774a5f4092d7c78b6c7b3781840f2f759bcb35 (patch)
tree6273dcfeca36dcca3e94bfe6e8985f95567ea68a /docs/conditions.md
parentb71bed83ddcc00ca060323d2f5e6323280784715 (diff)
downloadwiki-ff774a5f4092d7c78b6c7b3781840f2f759bcb35.tar.gz
wiki-ff774a5f4092d7c78b6c7b3781840f2f759bcb35.tar.bz2
wiki-ff774a5f4092d7c78b6c7b3781840f2f759bcb35.zip
update (#880)
Diffstat (limited to 'docs/conditions.md')
-rw-r--r--docs/conditions.md8
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