From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/spell_enchant_proc_data.md | 100 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 92 insertions(+), 8 deletions(-) (limited to 'docs/spell_enchant_proc_data.md') diff --git a/docs/spell_enchant_proc_data.md b/docs/spell_enchant_proc_data.md index 5c68691..7f3f136 100644 --- a/docs/spell_enchant_proc_data.md +++ b/docs/spell_enchant_proc_data.md @@ -1,8 +1,92 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [spell_enchant_proc_data](spell_enchant_proc_data) - -Column | Type | Description ---- | --- | --- -Entry | int(10) unsigned | -CustomChance | int(10) unsigned | -PPMChance | float unsigned | -ProcEx | int(10) unsigned | +# spell\_enchant\_proc\_data + +`Back-to:World` + +**The \`spell\_enchant\_proc\` table** + +`table-no-description` + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entry

int(10)

unsigned

 

NO

NULL

 

 

customChance

int(10)

unsigned

 

NO

0

 

 

PPMChance

float

unsigned

 

NO

0

 

 

proxEx

float

unsigned

 

NO

0

 

 

+ +**Description of the fields** + +### entry + +Enchantment ID from SpellItemEnchantment.dbc + +### customChance + +`field-no-description|2` + +### PPMChance + +`field-no-description|3` + +### procEx + +`field-no-description|4` -- cgit