From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/spell_proc.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'docs/spell_proc.md') diff --git a/docs/spell_proc.md b/docs/spell_proc.md index 04a4774..625bb69 100644 --- a/docs/spell_proc.md +++ b/docs/spell_proc.md @@ -21,7 +21,7 @@ This table holds information on what events (or procs) certain spells are activa

Comment

-

SpellId

+

SpellId

int(11)

signed

PRI

@@ -32,7 +32,7 @@ This table holds information on what events (or procs) certain spells are activa

-

SchoolMask

+

SchoolMask

tinyint(3)

unsigned


@@ -45,7 +45,7 @@ This table holds information on what events (or procs) certain spells are activa

-

SpellFamilyName

+

SpellFamilyName

smallint(5)

unsigned


@@ -58,7 +58,7 @@ This table holds information on what events (or procs) certain spells are activa

-

SpellFamilyMask0

+

SpellFamilyMask0

int(10)

unsigned


@@ -71,7 +71,7 @@ This table holds information on what events (or procs) certain spells are activa

-

SpellFamilyMask1

+

SpellFamilyMask1

int(10)

unsigned


@@ -84,7 +84,7 @@ This table holds information on what events (or procs) certain spells are activa

-

SpellFamilyMask2

+

SpellFamilyMask2

int(10)

unsigned


@@ -97,7 +97,7 @@ This table holds information on what events (or procs) certain spells are activa

-

ProcFlags

+

ProcFlags

int(10)

unsigned


@@ -110,7 +110,7 @@ This table holds information on what events (or procs) certain spells are activa

-

SpellTypeMask

+

SpellTypeMask

int(10)

unsigned


@@ -123,7 +123,7 @@ This table holds information on what events (or procs) certain spells are activa

-

SpellPhaseMask

+

SpellPhaseMask

int(10)

unsigned


@@ -136,7 +136,7 @@ This table holds information on what events (or procs) certain spells are activa

-

HitMask

+

HitMask

int(10)

unsigned


@@ -149,7 +149,7 @@ This table holds information on what events (or procs) certain spells are activa

-

AttributesMask

+

AttributesMask

int(10)

unsigned


@@ -162,7 +162,7 @@ This table holds information on what events (or procs) certain spells are activa

-

ProcsPerMinute

+

ProcsPerMinute

float


@@ -176,7 +176,7 @@ This table holds information on what events (or procs) certain spells are activa

-

Chance

+

Chance

float


@@ -190,7 +190,7 @@ This table holds information on what events (or procs) certain spells are activa

-

Cooldown

+

Cooldown

int(10)

unsigned


@@ -203,7 +203,7 @@ This table holds information on what events (or procs) certain spells are activa

-

Charges

+

Charges

tinyint(3)

unsigned


-- cgit