diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2021-01-14 08:35:09 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-14 12:35:09 +0100 |
| commit | 4257776dbb0bc569a8591b50b3c15b5189700189 (patch) | |
| tree | 0ef9e20795a8f64d1af8cfba83acf34e4bbdf547 /docs | |
| parent | abe6477ab99b32c6330254b1e39fab761c9f3a92 (diff) | |
| download | wiki-4257776dbb0bc569a8591b50b3c15b5189700189.tar.gz wiki-4257776dbb0bc569a8591b50b3c15b5189700189.tar.bz2 wiki-4257776dbb0bc569a8591b50b3c15b5189700189.zip | |
Tables that do not exist anymore (#370)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/areatrigger_template.md | 69 | ||||
| -rw-r--r-- | docs/areatrigger_template_actions.md | 33 | ||||
| -rw-r--r-- | docs/areatrigger_template_polygon_vertices.md | 49 |
3 files changed, 0 insertions, 151 deletions
diff --git a/docs/areatrigger_template.md b/docs/areatrigger_template.md deleted file mode 100644 index 1096660..0000000 --- a/docs/areatrigger_template.md +++ /dev/null @@ -1,69 +0,0 @@ -# areatrigger\_template - -[<-Back-to:World](database-world.md) - -**The \`areatrigger\_template\` table** - -This table contains the description of areatrigger. - -**Structure** - -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|---------------------|------------|------------|-----|------|---------|-------|------------| -| [id][1] | int(10) | unsigned | PRI | NO | | | Identifier | -| [Type][2] | tinyint(3) | unsigned | | NO | 0 | | | -| [Flags][3] | int(10) | unsigned | | NO | 0 | | | -| [Data0][4] | float | signed | | NO | 0 | | | -| [Data1][5] | float | signed | | NO | 0 | | | -| [Data2][6] | float | signed | | NO | 0 | | | -| [Data3][7] | float | signed | | NO | 0 | | | -| [Data4][8] | float | signed | | NO | 0 | | | -| [Data5][9] | float | signed | | NO | 0 | | | -| [ScriptName][10] | char(64) | signed | | NO | '' | | | -| [VerifiedBuild][11] | int(10) | signed | | YES | 0 | | | - -[1]: #id -[2]: #type -[3]: #flags -[4]: #data0 -[5]: #data1 -[6]: #data2 -[7]: #data3 -[8]: #data4 -[9]: #data5 -[10]: #scriptname -[11]: #verifiedbuild - -**Description of the fields** - -### Id - -### Type - -### Flags - -### Data0 - -### Data1 - -### Data2 - -### Data3 - -### Data4 - -### Data5 - -### ScriptName - -### VerifiedBuild - -This field was used to determine whether a template has been verified from WDB files. - -If value is 0 then it has not been parsed yet. - -If value is above 0 then it has been parsed with WDB files from that specific client build. - -If value is -1 then it is just a place holder until proper data are found on WDBs. - -If value is -Client Build then it was parsed with WDB files from that specific [client build](http://archive.trinitycore.info/DB:Auth:realmlist#gamebuild "DB:Auth:realmlist") and manually edited later for some special necessity. diff --git a/docs/areatrigger_template_actions.md b/docs/areatrigger_template_actions.md deleted file mode 100644 index 0b9513a..0000000 --- a/docs/areatrigger_template_actions.md +++ /dev/null @@ -1,33 +0,0 @@ -# areatrigger\_template\_actions - -[<-Back-to:World](database-world.md) - -**The \`areatrigger\_template\_actions\` table** - -This table contains the description of areatrigger actions. - -**Structure** - -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|--------------------|---------|------------|-----|------|---------|-------|---------| -| [AreaTriggerId][1] | int(10) | unsigned | PRI | NO | | | | -| [ActionType][2] | int(10) | unsigned | PRI | NO | | | | -| [ActionParam][3] | int(10) | unsigned | PRI | NO | | | | -| [TargetType][4] | int(10) | unsigned | | NO | 0 | | | - -[1]: #areatriggerid -[2]: #actiontype -[3]: #actionparam -[4]: #targettype - -**Description of the fields** - -### AreaTriggerId - -### ActionType - -### ActionParam - -### TargetType - - diff --git a/docs/areatrigger_template_polygon_vertices.md b/docs/areatrigger_template_polygon_vertices.md deleted file mode 100644 index 50b755c..0000000 --- a/docs/areatrigger_template_polygon_vertices.md +++ /dev/null @@ -1,49 +0,0 @@ -# areatrigger\_template\_polygon\_vertices - -[<-Back-to:World](database-world.md) - -**The \`areatrigger\_template\_polygon\_vertices\` table** - -This table contains the description of the shape of an areatrigger. - -**Structure** - -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|---------------------|---------|------------|-----|------|---------|-------|---------| -| [AreaTriggerId][1] | int(10) | unsigned | PRI | NO | | | | -| [Idx][2] | int(10) | unsigned | PRI | NO | | | | -| [VerticeX][3] | float | signed | | NO | 0 | | | -| [VerticeY][4] | float | signed | | NO | 0 | | | -| [VerticeTargetX][5] | float | signed | | YES | NULL | | | -| [VerticeTargetY][6] | float | signed | | YES | NULL | | | -| [VerifiedBuild][7] | int(10) | unsigned | | NO | 0 | | | - -[1]: #areatriggerid -[2]: #idx -[3]: #verticex -[4]: #verticey -[5]: #verticetargetx -[6]: #verticetargety -[7]: #verifiedbuild - -**Description of the fields** - -### AreaTriggerId - -### Idx - -### VerticeX - -### VerticeY - -### VerticeTargetX - -### VerticeTargetY - -### VerifiedBuild - -This field was used to determine whether a template has been verified from WDB files. - -If value is 0 then it has not been parsed yet. - -If value is above 0 then it has been parsed with WDB files from that specific client build. |
