summaryrefslogtreecommitdiff
path: root/docs/waypoint_scripts.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/waypoint_scripts.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/waypoint_scripts.md')
-rw-r--r--docs/waypoint_scripts.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/waypoint_scripts.md b/docs/waypoint_scripts.md
index bcb57b5..f016c80 100644
--- a/docs/waypoint_scripts.md
+++ b/docs/waypoint_scripts.md
@@ -12,15 +12,15 @@ Waypoint paths directly attached to a creature via [creature_addon.path_id](crea
| Field | Type | Attributes | Key | Null | Default | Comment
|----------------------------------|--------------|--------------|-----|------|---------|--------
-| [id](scripts#id) | int(11) | unsigned | | NO | 0 |
-| [delay](scripts#delay) | int(11) | unsigned | | NO | 0 |
-| [command](scripts#command) | int(11) | unsigned | | NO | 0 |
-| [datalong](scripts#otherfields) | int(11) | unsigned | | NO | 0 |
-| [datalong2](scripts#otherfields) | int(11) | unsigned | | NO | 0 |
-| [dataint](scripts#otherfields) | int(11) | unsigned | | NO | 0 |
-| [x](scripts#otherfields) | float | | | NO | 0 |
-| [y](scripts#otherfields) | float | | | NO | 0 |
-| [z](scripts#otherfields) | float | | | NO | 0 |
-| [o](scripts#otherfields) | float | | | NO | 0 |
-| [guid](scripts#guid) | int(11) | | PRI | NO | 0 | acts as primary key and is set automatically using the [GM command](GM-Commands) 'wp event add'
+| [id](scripts#id) | INT | UNSIGNED | | NO | 0 |
+| [delay](scripts#delay) | INT | UNSIGNED | | NO | 0 |
+| [command](scripts#command) | INT | UNSIGNED | | NO | 0 |
+| [datalong](scripts#otherfields) | INT | UNSIGNED | | NO | 0 |
+| [datalong2](scripts#otherfields) | INT | UNSIGNED | | NO | 0 |
+| [dataint](scripts#otherfields) | INT | UNSIGNED | | NO | 0 |
+| [x](scripts#otherfields) | FLOAT | | | NO | 0 |
+| [y](scripts#otherfields) | FLOAT | | | NO | 0 |
+| [z](scripts#otherfields) | FLOAT | | | NO | 0 |
+| [o](scripts#otherfields) | FLOAT | | | NO | 0 |
+| [guid](scripts#guid) | INT | | PRI | NO | 0 | acts as primary key and is set automatically using the [GM command](GM-Commands) 'wp event add'