From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/instance_encounters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/instance_encounters.md') diff --git a/docs/instance_encounters.md b/docs/instance_encounters.md index a986f56..d4bcf70 100644 --- a/docs/instance_encounters.md +++ b/docs/instance_encounters.md @@ -41,7 +41,7 @@ Definitions of instance encounters. Used by LFG.

Unique entry from DungeonEncounter.dbc

-

creditType

+

creditType

tinyint(3)

unsigned

 

@@ -51,7 +51,7 @@ Definitions of instance encounters. Used by LFG.

 

-

creditEntry

+

creditEntry

int(10)

unsigned

 

@@ -61,7 +61,7 @@ Definitions of instance encounters. Used by LFG.

 

-

lastEncounterDungeon

+

lastEncounterDungeon

smallint(5)

unsigned

 

-- cgit