From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/ip2nation.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'docs/ip2nation.md') 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 <player>** command. + +They are not mantained by TrinityCore development team and **they require external data to perform their function**, which can be found at + +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. + +  + +  + +  + +  + +  -- cgit