summaryrefslogtreecommitdiff
path: root/docs/conditions.md
diff options
context:
space:
mode:
authorFrancescoBorzi <borzifrancesco@gmail.com>2019-03-04 17:28:48 +0100
committerFrancescoBorzi <borzifrancesco@gmail.com>2019-03-04 17:28:48 +0100
commitfecdf407f0c5d8685802a142f1834603fabfb94e (patch)
tree20f3f06da00b5ab7deff8c2a0813bec5220edd4d /docs/conditions.md
parentdce37f458a8803742893549586adcbf6c7c0ff04 (diff)
parent44c4babac6b6607abda4729a6a2c39ca3434f86c (diff)
downloadwiki-fecdf407f0c5d8685802a142f1834603fabfb94e.tar.gz
wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.tar.bz2
wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.zip
Merge branch 'master' of https://github.com/azerothcore/wiki
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