aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2023-08-11 00:44:10 +0200
committerMeji <alvaro.megias@outlook.com>2023-08-11 00:44:10 +0200
commit3a93e5c9888524646aafa69625c14efe3151439c (patch)
tree1009bc210da12cca59619d49b76b161919d8834a
parentfa9ffc912187ee5f104ba8f2b04e89fc1f0f5fd4 (diff)
DB/WorldStates: Define all currency world states as global
-rw-r--r--sql/updates/world/master/2023_08_11_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_11_00_world.sql b/sql/updates/world/master/2023_08_11_00_world.sql
new file mode 100644
index 00000000000..d0dc92ac9ae
--- /dev/null
+++ b/sql/updates/world/master/2023_08_11_00_world.sql
@@ -0,0 +1,2 @@
+-- Currency world states
+UPDATE `world_state` SET `MapIDs`=NULL WHERE `ID` IN (19735,20084,20659,20838,22869,22980,23730,23747,23970);