From 5637cfb5596d75dca9cf1afa4a8c9db0e6e04997 Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Wed, 29 Jan 2020 22:24:03 +0100 Subject: docs(conditions): Update "CONDITION_SOURCE_TYPE_QUEST_ACCEPT" and "CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK" (#175) --- docs/conditions.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/conditions.md b/docs/conditions.md index 2f2fe02..b142a2b 100644 --- a/docs/conditions.md +++ b/docs/conditions.md @@ -446,7 +446,7 @@ Spell ID fromĀ Spell.dbc -CONDITION_SOURCE_TYPE_QUEST_AVAILABLE +CONDITION_SOURCE_TYPE_QUEST_ACCEPT 19 Always 0 Quest ID @@ -455,17 +455,13 @@ Spell ID fromĀ Spell.dbcCondition must be met for quest to be available to player. -UNUSED +CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK 20 -
- - -
- -
- -
- +Always 0 +Quest ID +Always 0 +Always 0 +Condition must be met for the quest mark to show.
-- cgit