mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Hotfixes: Added newer tact key for 7.1.5
This commit is contained in:
3
sql/updates/hotfixes/master/2017_02_25_00_hotfixes.sql
Normal file
3
sql/updates/hotfixes/master/2017_02_25_00_hotfixes.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `tact_key` WHERE `ID`=81;
|
||||
INSERT INTO `tact_key` (`ID`, `Key1`, `Key2`, `Key3`, `Key4`, `Key5`, `Key6`, `Key7`, `Key8`, `Key9`, `Key10`, `Key11`, `Key12`, `Key13`, `Key14`, `Key15`, `Key16`, `VerifiedBuild`) VALUES
|
||||
(81, 183, 47, 239, 74, 1, 72, 138, 136, 255, 2, 40, 10, 160, 122, 146, 187, 23420);
|
||||
Reference in New Issue
Block a user