aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-01-11 14:40:46 +0100
committerShauren <shauren.trinity@gmail.com>2025-01-11 14:40:46 +0100
commita855cc8decf942c94985edb5219a57eae0755c5e (patch)
tree3bae5153e2f8e31bb1a8cd6c3c9ce23504f6bc93 /sql/updates/world
parent102bdab4c8f7bc51700c8ddf60326dab937ac835 (diff)
SQL: Fix line endings in old sql files
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2025_01_11_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_11_00_world.sql b/sql/updates/world/master/2025_01_11_00_world.sql
new file mode 100644
index 00000000000..ab6155d2eb5
--- /dev/null
+++ b/sql/updates/world/master/2025_01_11_00_world.sql
@@ -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';