diff options
-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); |