summaryrefslogtreecommitdiff
path: root/docs/conditions.md
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2019-03-03 15:12:28 +0100
committerGitHub <noreply@github.com>2019-03-03 15:12:28 +0100
commit2dfe8decd75c1b3328b036d283d30ca62f771da9 (patch)
treed3dd7aa0cebf960c20549cd29055fb19619e7cf9 /docs/conditions.md
parent306fac1fbdc70cc8227cc6009ff60ff48f90e864 (diff)
downloadwiki-2dfe8decd75c1b3328b036d283d30ca62f771da9.tar.gz
wiki-2dfe8decd75c1b3328b036d283d30ca62f771da9.tar.bz2
wiki-2dfe8decd75c1b3328b036d283d30ca62f771da9.zip
Fix internal links (#18)
Diffstat (limited to 'docs/conditions.md')
-rw-r--r--docs/conditions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conditions.md b/docs/conditions.md
index 008eaab..ee9e861 100644
--- a/docs/conditions.md
+++ b/docs/conditions.md
@@ -362,7 +362,7 @@ CONDITION_SOURCE_TYPE_SPELL_IMPLICIT_TARGET</td>
13</td>
<td>Mask of effects to be affected by condition:<br />
1 = EFFECT_0, 2 = EFFECT_1, 4 = EFFECT_2</td>
-<td>Spell Id from  <a href="http://collab.kpsn.org/display/tc/Spell">Spell DBC file</a></td>
+<td>Spell Id from  <a href="Spell">Spell DBC file</a></td>
<td>Always 0</td>
<td><p>0 : Potential spell Target<br />
1 : spell Caster</p></td>
@@ -1169,7 +1169,7 @@ The content of the [SourceGroup](#conditions-SourceGroup) and [SourceEntry](#con
\***CONDITION\_SOURCE\_TYPE\_SPELL\_IMPLICIT\_TARGET = 13**
- - SourceGroup: mask of effects to be affected by condition (1 - EFFECT\_0, 2 - EFFECT\_1, 4 - EFFECT\_2 - don't use wowhead to get number of effects, data from wowhead sometimes doesn't match real effect number)
- - SourceEntry: spell (Spell Id from  [Spell DBC file](http://collab.kpsn.org/display/tc/Spell).)
+ - SourceEntry: spell (Spell Id from  [Spell DBC file](Spell).)
- ConditionTarget:
- 0 - Potential target of the spell
- 1 - Caster of the spell