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