diff options
Diffstat (limited to 'docs/ip2nation.md')
| -rw-r--r-- | docs/ip2nation.md | 25 |
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 <player>** 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. + + + + + + + + + + |
