aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDintyGadget <DintyGadget@users.noreply.github.com>2019-07-28 22:09:02 +0200
committerKillyana <morphone1@gmail.com>2019-07-28 22:09:02 +0200
commit788d522f3c841e21cef2d87ca1bc87d40680cb17 (patch)
tree9ec1cace97e659e9e95398bbf89f9ff4ab441093 /sql
parent176cb72b709c6bd56b74fadb290672279348dc93 (diff)
DB/Hotfixes: tact_key
Closes #23393
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/hotfixes/master/2019_07_28_00_hotfixes.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2019_07_28_00_hotfixes.sql b/sql/updates/hotfixes/master/2019_07_28_00_hotfixes.sql
new file mode 100644
index 00000000000..beb437a4b80
--- /dev/null
+++ b/sql/updates/hotfixes/master/2019_07_28_00_hotfixes.sql
@@ -0,0 +1,11 @@
+--
+DELETE FROM `tact_key` WHERE `ID` IN (242, 243, 250, 257, 258, 260, 261, 262);
+INSERT INTO `tact_key` (`ID`, `Key1`, `Key2`, `Key3`, `Key4`, `Key5`, `Key6`, `Key7`, `Key8`, `Key9`, `Key10`, `Key11`, `Key12`, `Key13`, `Key14`, `Key15`, `Key16`, `VerifiedBuild`) VALUES
+(242, 6, 74, 151, 9, 244, 45, 80, 203, 95, 139, 148, 188, 26, 207, 221, 93, 30706),
+(243, 121, 210, 179, 209, 204, 176, 21, 71, 78, 113, 88, 129, 56, 100, 184, 230, 30706),
+(250, 171, 224, 197, 249, 193, 35, 230, 226, 78, 123, 234, 67, 194, 191, 0, 172, 30706),
+(257, 160, 168, 137, 151, 109, 2, 250, 141, 0, 247, 175, 0, 23, 173, 114, 31, 30993),
+(258, 109, 56, 134, 189, 185, 30, 113, 90, 231, 24, 45, 159, 58, 8, 242, 201, 30993),
+(260, 197, 82, 245, 208, 183, 34, 49, 80, 45, 37, 71, 49, 78, 96, 21, 247, 30993),
+(261, 225, 56, 79, 91, 6, 235, 188, 211, 51, 105, 90, 166, 255, 198, 131, 24, 30993),
+(262, 54, 173, 59, 49, 39, 63, 30, 188, 238, 133, 32, 170, 167, 75, 18, 242, 30993);