mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
SQL: Fix line endings in old sql files
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
sql/updates/world/master/2025_01_11_00_world.sql
Normal file
4
sql/updates/world/master/2025_01_11_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- correct hashes for setups that don't have Updates.ArchivedRedundancy enabled in worldserver.conf
|
||||
UPDATE `updates` SET `hash`='A53C46353D58A229B7EAEEE87254F2ECA29E3C36' WHERE `hash`='9A7762DE6EA9211B92C7E4898B77A0A87BCD8C2E' AND `name`='2022_07_21_00_world.sql';
|
||||
UPDATE `updates` SET `hash`='9F23B05B36B0367740173100236C895096B778A1' WHERE `hash`='985CF9902DCE85470910D7DEBCFBD4BE8820974C' AND `name`='2024_04_08_01_world.sql';
|
||||
UPDATE `updates` SET `hash`='F4CFA94DACBDFABE9ABF3A3DD6215A6AB8080361' WHERE `hash`='7151869F2328F6D9B4468A745B9CCE94FFA3331B' AND `name`='2024_08_16_00_world.sql';
|
||||
Reference in New Issue
Block a user