aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2020-07-03 03:28:53 +0200
committerfunjoker <funjoker109@gmail.com>2020-07-03 03:29:03 +0200
commit1037605993c76a1f7790b538b9cb3128cebff929 (patch)
tree67b93659426bf5b01a86505fdadffd7a432ba594
parent8ebbdbdd0784564a1950c38d0f420d26254f39a7 (diff)
Update gameobjects_locale hotfix to 34963
-rw-r--r--sql/updates/hotfixes/master/2020_07_03_02_hotfixes.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2020_07_03_02_hotfixes.sql b/sql/updates/hotfixes/master/2020_07_03_02_hotfixes.sql
new file mode 100644
index 00000000000..0825eae4efc
--- /dev/null
+++ b/sql/updates/hotfixes/master/2020_07_03_02_hotfixes.sql
@@ -0,0 +1 @@
+UPDATE `gameobjects_locale` SET `VerifiedBuild` = 34963 WHERE `VerifiedBuild` = 34769;