summaryrefslogtreecommitdiff
path: root/docs/ip2nation.md
diff options
context:
space:
mode:
authorFrancescoBorzi <borzifrancesco@gmail.com>2019-02-25 19:24:20 +0100
committerFrancescoBorzi <borzifrancesco@gmail.com>2019-02-25 19:24:20 +0100
commita35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 (patch)
tree91e0cde00f6f27b730b0df3f4338fcf99fa8447a /docs/ip2nation.md
parentd8d1823802ded97300fa57405d80b16736603489 (diff)
downloadwiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.gz
wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.bz2
wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.zip
Import DB wiki from TC 335
Diffstat (limited to 'docs/ip2nation.md')
-rw-r--r--docs/ip2nation.md25
1 files changed, 20 insertions, 5 deletions
diff --git a/docs/ip2nation.md b/docs/ip2nation.md
index 8a48dbd..ecb597e 100644
--- a/docs/ip2nation.md
+++ b/docs/ip2nation.md
@@ -1,6 +1,21 @@
-[Database Structure](Database-Structure) > [Auth-Database](Auth-Database) > [ip2nation](ip2nation)
+# ip2nation
-Column | Type | Description
---- | --- | ---
-Ip | int(11) unsigned |
-Country | char(2) |
+`Back-to:Auth`
+
+**The \`ip2nation\` and \`ip2nationCountries\` tables**
+
+These tables allow to see approximately which country a player might be from when doing **.pinfo &lt;player&gt;** command.
+
+They are not mantained by TrinityCore development team and **they require external data to perform their function**, which can be found at <http://www.ip2nation.com/ip2nation/Download>
+
+NOTE IF YOU EXPORT THIS DATABASE FROM WINDOWS ENVIROMENT AND IMPORT IT ON LINUX YOU WILL HAVE STARTUP ERROR BECAUSE  **ip2nationCountries** WILL BE RENAMED TO  **ip2nationcountries** IMPORT IT AGAIN FROM IP2NATION WEBPAGE TO FIX IT.
+
+
+
+
+