From c681fd4d66521fe6bee35bb2fbd9b5855fca3beb Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 10:30:03 -0300 Subject: docs: Converting from HTML to Markdown part #4 (#333) --- docs/spell_script_names.md | 51 +++++++--------------------------------------- 1 file changed, 7 insertions(+), 44 deletions(-) (limited to 'docs/spell_script_names.md') diff --git a/docs/spell_script_names.md b/docs/spell_script_names.md index 0d34114..f31db4c 100644 --- a/docs/spell_script_names.md +++ b/docs/spell_script_names.md @@ -8,50 +8,13 @@ Holds the spell id to ScriptName pairings for use in spell scripts. **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

spell_id

int(11)

signed

UNIQUE

NO

NONE

 

 

ScriptName

char(64)

unsigned

UNIQUE

NO

NONE

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-----------------|----------|------------|--------|------|---------|-------|---------| +| [spell_id][1] | int(11) | signed | UNIQUE | NO | NONE | | | +| [ScriptName][2] | char(64) | unsigned | UNIQUE | NO | NONE | | | + +[1]: #spell_id +[2]: #scriptname **Description of the fields** -- cgit