summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStoabrogga <38475780+Stoabrogga@users.noreply.github.com>2019-10-25 00:11:37 +0200
committerGitHub <noreply@github.com>2019-10-25 00:11:37 +0200
commit339e9324e7f6e5bf4a25805868e889c84450948e (patch)
tree2fd94293025e1d262f725a9c4ca29c6a593406ac
parentce1509492168dfdd2e1e8a7a2c1539cce4c1a62b (diff)
downloadwiki-339e9324e7f6e5bf4a25805868e889c84450948e.tar.gz
wiki-339e9324e7f6e5bf4a25805868e889c84450948e.tar.bz2
wiki-339e9324e7f6e5bf4a25805868e889c84450948e.zip
Add new condition "CONDITION_QUEST_OBJECTIVE_PROGRESS" (#138)
-rw-r--r--docs/conditions.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conditions.md b/docs/conditions.md
index 9d9bdb1..2f2fe02 100644
--- a/docs/conditions.md
+++ b/docs/conditions.md
@@ -1060,11 +1060,11 @@ CONDITION_STAND_STATE</p></td>
<td>Always 0</td>
</tr>
<tr class="odd">
-<td>CONDITION_QUEST_OBJECTIVE_COMPLETE (6.x / 7.x only)</td>
+<td>CONDITION_QUEST_OBJECTIVE_PROGRESS</td>
<td>48</td>
-<td>Quest Objective ID - see quest_objectives</td>
-<td>Always 0</td>
-<td>Always 0</td>
+<td>Quest ID - see <a href="http://www.azerothcore.org/wiki/quest_template#id">quest_template.id</a></td>
+<td>Quest Objective ID - see <a href="http://www.azerothcore.org/wiki/quest_template#requirednpcorgo">quest_template.RequiredNpcOrGo</a></td>
+<td>Quest Objective Count</td>
</tr>
<tr class="even">
<td><p>CONDITION_MAX</p></td>