From a3d359e1cc4f40328f898653a5cc3b9711a522e6 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:34:28 +0100 Subject: Import all wiki page from old wiki (links to fix) --- docs/account_data.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/account_data.md (limited to 'docs/account_data.md') diff --git a/docs/account_data.md b/docs/account_data.md new file mode 100644 index 0000000..95b37f3 --- /dev/null +++ b/docs/account_data.md @@ -0,0 +1,8 @@ +[[Database Structure|Database Structure]] > [[Character-Database|Character-Database]] > [[account_data|account_data]] + +Column | Type | Description +--- | --- | --- +AccountId | int(10) unsigned | +Type | tinyint(3) unsigned | +Time | int(10) unsigned | +Data | blob | -- cgit