diff options
author | Nayd <dnpd.dd@gmail.com> | 2014-12-28 22:04:14 +0000 |
---|---|---|
committer | Nayd <dnpd.dd@gmail.com> | 2014-12-28 22:04:43 +0000 |
commit | cd82b771cb05cc93d58e00d5025e7b6e4ee61615 (patch) | |
tree | 02011c1a07f2fb7dcecc1de8720ef3602b6f86e4 | |
parent | ce8102cf8ddbfac4fd96eca4a79848027db03ab3 (diff) |
DB/Auth: Add more locales to battlenet_components
Thanks @Luhzinha
Closes #13800
-rw-r--r-- | sql/updates/auth/2014_12_28_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/2014_12_28_00_world.sql b/sql/updates/auth/2014_12_28_00_world.sql new file mode 100644 index 00000000000..4017474c6f7 --- /dev/null +++ b/sql/updates/auth/2014_12_28_00_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `battlenet_components` WHERE `Platform` IN ('ptBR', 'ptPT', 'itIT', 'enCN', 'enTW') AND `Program` = 'WoW'; +INSERT INTO `battlenet_components` (`Program`, `Platform`, `Build`) VALUES +('WoW', 'ptBR', 0), +('WoW', 'ptPT', 0), +('WoW', 'itIT', 0), +('WoW', 'enCN', 0), +('WoW', 'enTW', 0); |