aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2023-10-15 13:27:20 +0200
committerMeji <alvaro.megias@outlook.com>2023-10-15 13:27:20 +0200
commit1763fcb70555c86e654bd3f16306611c773b6738 (patch)
tree257c92b344faedd2c63cf1fce1f48222c8fedc1c /sql
parent46c2825b4529b664fa4c1ee27dc1247350a240c3 (diff)
DB/Locales: aed7b9e79772745ad9e934a735e34808d1eeb352 follow-up
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/hotfixes/master/2023_10_15_00_hotfixes.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2023_10_15_00_hotfixes.sql b/sql/updates/hotfixes/master/2023_10_15_00_hotfixes.sql
new file mode 100644
index 00000000000..1df3ac49960
--- /dev/null
+++ b/sql/updates/hotfixes/master/2023_10_15_00_hotfixes.sql
@@ -0,0 +1,3 @@
+SET @BUILD := 51536;
+
+DELETE FROM `chr_customization_choice_locale` WHERE (`VerifiedBuild`>0 AND `VerifiedBuild`<@BUILD);