From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/gameobject_template.md | 70 ++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'docs/gameobject_template.md') diff --git a/docs/gameobject_template.md b/docs/gameobject_template.md index c1b7731..e4eeac9 100644 --- a/docs/gameobject_template.md +++ b/docs/gameobject_template.md @@ -17,7 +17,7 @@ Contains template of all gameobjects

Comment

-

entry

+

entry

mediumint(8)

unsigned

PRI

@@ -29,7 +29,7 @@ Contains template of all gameobjects

-

type

+

type

tinyint(3)

unsigned


@@ -42,7 +42,7 @@ Contains template of all gameobjects

-

displayId

+

displayId

mediumint(8)

unsigned


@@ -55,7 +55,7 @@ Contains template of all gameobjects

-

name

+

name

varchar(100)

signed


@@ -68,7 +68,7 @@ Contains template of all gameobjects

-

IconName

+

IconName

varchar(100)

signed


@@ -81,7 +81,7 @@ Contains template of all gameobjects

-

castBarCaption

+

castBarCaption

varchar(100)

signed


@@ -94,7 +94,7 @@ Contains template of all gameobjects

-

unk1

+

unk1

varchar(100)

signed


@@ -107,7 +107,7 @@ Contains template of all gameobjects

-

size

+

size

float

signed


@@ -120,7 +120,7 @@ Contains template of all gameobjects

-

data0

+

data0

int(10)

unsigned


@@ -133,7 +133,7 @@ Contains template of all gameobjects

-

data1

+

data1

int(11)

unsigned


@@ -146,7 +146,7 @@ Contains template of all gameobjects

-

data2

+

data2

int(10)

unsigned


@@ -159,7 +159,7 @@ Contains template of all gameobjects

-

data3

+

data3

int(10)

unsigned


@@ -172,7 +172,7 @@ Contains template of all gameobjects

-

data4

+

data4

int(10)

unsigned


@@ -185,7 +185,7 @@ Contains template of all gameobjects

-

data5

+

data5

int(10)

unsigned


@@ -198,7 +198,7 @@ Contains template of all gameobjects

-

data6

+

data6

int(11)

unsigned


@@ -211,7 +211,7 @@ Contains template of all gameobjects

-

data7

+

data7

int(10)

unsigned


@@ -224,7 +224,7 @@ Contains template of all gameobjects

-

data8

+

data8

int(10)

unsigned


@@ -237,7 +237,7 @@ Contains template of all gameobjects

-

data9

+

data9

int(10)

unsigned


@@ -250,7 +250,7 @@ Contains template of all gameobjects

-

data10

+

data10

int(10)

unsigned


@@ -263,7 +263,7 @@ Contains template of all gameobjects

-

data11

+

data11

int(10)

unsigned


@@ -276,7 +276,7 @@ Contains template of all gameobjects

-

data12

+

data12

int(10)

unsigned


@@ -289,7 +289,7 @@ Contains template of all gameobjects

-

data13

+

data13

int(10)

unsigned


@@ -302,7 +302,7 @@ Contains template of all gameobjects

-

data14

+

data14

int(10)

unsigned


@@ -315,7 +315,7 @@ Contains template of all gameobjects

-

data15

+

data15

int(10)

unsigned


@@ -328,7 +328,7 @@ Contains template of all gameobjects

-

data16

+

data16

int(10)

unsigned


@@ -341,7 +341,7 @@ Contains template of all gameobjects

-

data17

+

data17

int(10)

unsigned


@@ -354,7 +354,7 @@ Contains template of all gameobjects

-

data18

+

data18

int(10)

unsigned


@@ -367,7 +367,7 @@ Contains template of all gameobjects

-

data19

+

data19

int(10)

unsigned


@@ -380,7 +380,7 @@ Contains template of all gameobjects

-

data20

+

data20

int(10)

unsigned


@@ -393,7 +393,7 @@ Contains template of all gameobjects

-

data21

+

data21

int(10)

unsigned


@@ -406,7 +406,7 @@ Contains template of all gameobjects

-

data22

+

data22

int(10)

unsigned


@@ -419,7 +419,7 @@ Contains template of all gameobjects

-

data23

+

data23

int(10)

unsigned


@@ -432,7 +432,7 @@ Contains template of all gameobjects

-

AIName

+

AIName

char(64)

signed


@@ -445,7 +445,7 @@ Contains template of all gameobjects

-

ScriptName

+

ScriptName

varchar(64)

signed


@@ -458,7 +458,7 @@ Contains template of all gameobjects

-

WDBVerified

+

WDBVerified

smallint(5)

signed


-- cgit From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/gameobject_template.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/gameobject_template.md') diff --git a/docs/gameobject_template.md b/docs/gameobject_template.md index e4eeac9..2b867a3 100644 --- a/docs/gameobject_template.md +++ b/docs/gameobject_template.md @@ -42,7 +42,7 @@ Contains template of all gameobjects

-

displayId

+

displayId

mediumint(8)

unsigned


@@ -68,7 +68,7 @@ Contains template of all gameobjects

-

IconName

+

IconName

varchar(100)

signed


@@ -81,7 +81,7 @@ Contains template of all gameobjects

-

castBarCaption

+

castBarCaption

varchar(100)

signed


@@ -432,7 +432,7 @@ Contains template of all gameobjects

-

AIName

+

AIName

char(64)

signed


@@ -445,7 +445,7 @@ Contains template of all gameobjects

-

ScriptName

+

ScriptName

varchar(64)

signed


@@ -458,7 +458,7 @@ Contains template of all gameobjects

-

WDBVerified

+

WDBVerified

smallint(5)

signed


-- cgit