From 2dfe8decd75c1b3328b036d283d30ca62f771da9 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Sun, 3 Mar 2019 15:12:28 +0100 Subject: Fix internal links (#18) --- docs/conditions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conditions.md') 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 13 Mask of effects to be affected by condition:
1 = EFFECT_0, 2 = EFFECT_1, 4 = EFFECT_2 -Spell Id from  Spell DBC file +Spell Id from  Spell DBC file Always 0

0 : Potential spell Target
1 : spell Caster

@@ -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 -- cgit