summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conditions.md8
-rw-r--r--docs/playercreateinfo_skills.md2
-rw-r--r--docs/playercreateinfo_spell_custom.md4
-rw-r--r--docs/quest_template_addon.md2
-rw-r--r--docs/spell_area.md2
5 files changed, 9 insertions, 9 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
diff --git a/docs/playercreateinfo_skills.md b/docs/playercreateinfo_skills.md
index fd0a3c6..f71aa04 100644
--- a/docs/playercreateinfo_skills.md
+++ b/docs/playercreateinfo_skills.md
@@ -26,7 +26,7 @@ This table holds information on what skills newly created characters should star
### racemask
-One or more character's race. See [ChrRaces.dbc](ChrRaces).
+One or more character's race. See [ChrRaces.dbc](chrraces).
### classmask
diff --git a/docs/playercreateinfo_spell_custom.md b/docs/playercreateinfo_spell_custom.md
index 093447d..f7f1f6b 100644
--- a/docs/playercreateinfo_spell_custom.md
+++ b/docs/playercreateinfo_spell_custom.md
@@ -24,11 +24,11 @@ Please note you'll have to set PlayerStart.AllSpells to 1 in config, else this t
### racemask
-One or more character's race. See [ChrRaces.dbc](ChrRaces).
+One or more character's race. See [ChrRaces.dbc](chrraces).
### classmask
-One or more character's class. See [ChrClasses.dbc](ChrClasses)
+One or more character's class. See [ChrClasses.dbc](chrclasses)
### Spell
diff --git a/docs/quest_template_addon.md b/docs/quest_template_addon.md
index 98f0897..8e7853b 100644
--- a/docs/quest_template_addon.md
+++ b/docs/quest_template_addon.md
@@ -59,7 +59,7 @@ Maximum player level at which a character can get the quest.
### **AllowableClasses**
Classes required to get the quest. 0 means the quest is available for all classes.
-This field is a bitmask, you can combine class values. See [ChrClasses.dbc](ChrClasses)
+This field is a bitmask, you can combine class values. See [ChrClasses.dbc](chrclasses)
### **SourceSpellID**
diff --git a/docs/spell_area.md b/docs/spell_area.md
index 965dcc5..a503656 100644
--- a/docs/spell_area.md
+++ b/docs/spell_area.md
@@ -62,7 +62,7 @@ The value has the following effect:
### racemask
-This ID is automatically called from [ChrRaces.dbc](ChrRaces). The bitmask is entered here.
+This ID is automatically called from [ChrRaces.dbc](chrraces). The bitmask is entered here.
- 0, 1791 = All Races
- 690 (2 + 16 + 32 + 128 + 512) = Horde Only