summaryrefslogtreecommitdiff
path: root/docs/areatrigger_teleport.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-05-01 01:48:43 +0200
committerGitHub <noreply@github.com>2021-05-01 01:48:43 +0200
commit29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b (patch)
tree777be1e4c5796cd2531e7959632a48f5cb5b4f22 /docs/areatrigger_teleport.md
parent2df273f79165b95b8b0b2ab471ecb8b2a54edb21 (diff)
downloadwiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.tar.gz
wiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.tar.bz2
wiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.zip
chore(docs): Update all integers to not use width (#448)
* float * VARCHAR * TIMESTAMP * BIGINT * MEDIUMINT * SMALLINT * TINYINT * INT * BLOB * SIGNED/UNSIGNED * AUTO_INCREMENT * \(\d+\) * Update Bit-and_bytes-tutorial.md * clean-up * Last mistakes * this one didnt commit lul
Diffstat (limited to 'docs/areatrigger_teleport.md')
-rw-r--r--docs/areatrigger_teleport.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/areatrigger_teleport.md b/docs/areatrigger_teleport.md
index 2fbb576..4bd7b52 100644
--- a/docs/areatrigger_teleport.md
+++ b/docs/areatrigger_teleport.md
@@ -10,13 +10,13 @@ Contains all the teleport triggers definition. This table is used to complete .d
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|-------------------------|--------------|------------|-----|------|---------|-------|---------|
-| [ID][1] | mediumint(8) | unsigned | PRI | NO | 0 | | |
+| [ID][1] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | |
| [Name][2] | text | | MUL | YES | | | |
-| [target_map][3] | smallint(5) | unsigned | | NO | 0 | | |
-| [target_position_x][4] | float | | | NO | 0 | | |
-| [target_position_y][5] | float | | | NO | 0 | | |
-| [target_position_z][6] | float | | | NO | 0 | | |
-| [target_orientation][7] | float | | | NO | 0 | | |
+| [target_map][3] | SMALLINT | UNSIGNED | | NO | 0 | | |
+| [target_position_x][4] | FLOAT | | | NO | 0 | | |
+| [target_position_y][5] | FLOAT | | | NO | 0 | | |
+| [target_position_z][6] | FLOAT | | | NO | 0 | | |
+| [target_orientation][7] | FLOAT | | | NO | 0 | | |
[1]: #id
[2]: #name