From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/script_waypoint.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/script_waypoint.md') diff --git a/docs/script_waypoint.md b/docs/script_waypoint.md index 012bf53..8631c3f 100644 --- a/docs/script_waypoint.md +++ b/docs/script_waypoint.md @@ -31,7 +31,7 @@

Comment

-

entry

+

entry

mediumint(8)

unsigned

PRI

@@ -41,7 +41,7 @@

creature_template entry

-

point_id

+

point_id

mediumint(8)

unsigned

PRI

@@ -51,7 +51,7 @@

 

-

location_x

+

location_x

float

signed

 

@@ -61,7 +61,7 @@

 

-

location_y

+

location_y

float

signed

 

@@ -71,7 +71,7 @@

 

-

location_z

+

location_z

float

signed

 

@@ -81,7 +81,7 @@

 

-

waittime

+

waittime

int(10)

unsigned

 

@@ -91,7 +91,7 @@

 

-

point_comment

+

point_comment

text

signed

 

-- cgit