From ff774a5f4092d7c78b6c7b3781840f2f759bcb35 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Wed, 15 Mar 2023 14:42:19 +0200 Subject: update (#880) --- docs/conditions.md | 8 ++++---- docs/playercreateinfo_skills.md | 2 +- docs/playercreateinfo_spell_custom.md | 4 ++-- docs/quest_template_addon.md | 2 +- docs/spell_area.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'docs') 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 (see corresponding script source files for more info) CONDITION_CLASS
15 -Class mask from ChrClasses.dbc
+Class mask from ChrClasses.dbc
Add flags together for all classes where condition is true. Always 0 Always 0 @@ -705,7 +705,7 @@ Add flags together for all classes where condition is true. CONDITION_RACE 16 -Race mask from ChrRaces.dbc .
+Race mask from ChrRaces.dbc .
Add flags together for all races where condition is true. Always 0 Always 0 @@ -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 -- cgit