From babf7d07a446b1d2847e42a2bc1bfdee555003f1 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 9 Jun 2019 22:58:31 +0200 Subject: Update creature.md (#63) Fixed broken link Removed 6.x Fixed typo --- docs/creature.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/creature.md b/docs/creature.md index bc6e914..30c89c0 100644 --- a/docs/creature.md +++ b/docs/creature.md @@ -255,7 +255,6 @@ Example: The creature will spawn in only the 10 and 25 man heroic versions of the map that the creature is spawned on. -For 6.x read [spawnmask 6.x](spawnmask_6.x)   @@ -344,7 +343,7 @@ The maximum distance that the creature may spawn from its spawn point. Also cont ### currentwaypoint -The current [waypoint](waypoint_data#waypoint_data-point)that the creature is on, if any. +The current [waypoint](waypoint_data#waypoint_data-point) that the creature is on, if any. ### curhealth @@ -378,4 +377,4 @@ Same as creature\_template.dynamicflags. Note: -A creature.dynamicflags record will override a [creature\_template.dynamicflags](http://creature_template.dynamicflags) record. +A creature.dynamicflags record will override a [creature\_template.dynamicflags](creature_template#creature_template-dynamicflags) record. -- cgit