From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/characters_table_.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'docs/characters_table_.md') diff --git a/docs/characters_table_.md b/docs/characters_table_.md index 88565eb..ea770fe 100644 --- a/docs/characters_table_.md +++ b/docs/characters_table_.md @@ -134,7 +134,7 @@ This table holds vital static information for each character. This information l

-

playerBytes

+

playerBytes

int(10)

unsigned


@@ -147,7 +147,7 @@ This table holds vital static information for each character. This information l

-

playerBytes2

+

playerBytes2

int(10)

unsigned


@@ -160,7 +160,7 @@ This table holds vital static information for each character. This information l

-

playerFlags

+

playerFlags

int(10)

unsigned


@@ -536,7 +536,7 @@ This table holds vital static information for each character. This information l

-

arenaPoints

+

arenaPoints

int(10)

unsigned


@@ -549,7 +549,7 @@ This table holds vital static information for each character. This information l

-

totalHonorPoints

+

totalHonorPoints

int(10)

unsigned


@@ -562,7 +562,7 @@ This table holds vital static information for each character. This information l

-

todayHonorPoints

+

todayHonorPoints

int(10)

unsigned


@@ -575,7 +575,7 @@ This table holds vital static information for each character. This information l

-

yesterdayHonorPoints

+

yesterdayHonorPoints

int(10)

unsigned


@@ -588,7 +588,7 @@ This table holds vital static information for each character. This information l

-

totalKills

+

totalKills

int(10)

unsigned


@@ -601,7 +601,7 @@ This table holds vital static information for each character. This information l

-

todayKills

+

todayKills

smallint(5)

unsigned


@@ -614,7 +614,7 @@ This table holds vital static information for each character. This information l

-

yesterdayKills

+

yesterdayKills

smallint(5)

unsigned


@@ -627,7 +627,7 @@ This table holds vital static information for each character. This information l

-

chosenTitle

+

chosenTitle

int(10)

unsigned


@@ -640,7 +640,7 @@ This table holds vital static information for each character. This information l

-

knownCurrencies

+

knownCurrencies

bigint(20)

unsigned


@@ -653,7 +653,7 @@ This table holds vital static information for each character. This information l

-

watchedFaction

+

watchedFaction

int(10)

unsigned


@@ -822,7 +822,7 @@ This table holds vital static information for each character. This information l

-

exploredZones

+

exploredZones

longtext

signed


@@ -836,7 +836,7 @@ This table holds vital static information for each character. This information l

-

equipmentCache

+

equipmentCache

longtext

signed


@@ -850,7 +850,7 @@ This table holds vital static information for each character. This information l

-

ammoId

+

ammoId

int(10)

unsigned


@@ -863,7 +863,7 @@ This table holds vital static information for each character. This information l

-

knownTitles

+

knownTitles

longtext

signed


@@ -877,7 +877,7 @@ This table holds vital static information for each character. This information l

-

actionBars

+

actionBars

tinyint(3)

unsigned


@@ -890,7 +890,7 @@ This table holds vital static information for each character. This information l

-

grantableLevels

+

grantableLevels

tinyint(3)

unsigned


@@ -903,7 +903,7 @@ This table holds vital static information for each character. This information l

-

deleteInfos_Account

+

deleteInfos_Account

int(10)

unsigned


@@ -916,7 +916,7 @@ This table holds vital static information for each character. This information l

-

deleteInfos_Name

+

deleteInfos_Name

varchar(12)

unsigned


@@ -929,7 +929,7 @@ This table holds vital static information for each character. This information l

-

deleteDate

+

deleteDate

int(10)

signed


-- cgit