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.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/gameobject.md') diff --git a/docs/gameobject.md b/docs/gameobject.md index fcffcac..7203b60 100644 --- a/docs/gameobject.md +++ b/docs/gameobject.md @@ -61,7 +61,7 @@ This table holds the individual object data on each spawned game object in the w

Map Identifier

-

spawnMask

+

spawnMask

tinyint(3)

unsigned

 

@@ -71,7 +71,7 @@ This table holds the individual object data on each spawned game object in the w

 

-

phaseMask

+

phaseMask

smallint(5)

unsigned

 

-- cgit