mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Auth: Add more locales to battlenet_components
Thanks @Luhzinha Closes #13800
This commit is contained in:
7
sql/updates/auth/2014_12_28_00_world.sql
Normal file
7
sql/updates/auth/2014_12_28_00_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user