aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2014-10-19 17:34:20 -0400
committerKinzcool <kinzzcool@hotmail.com>2014-10-19 17:34:20 -0400
commit73b8fd14ab9cee226ec4b994fa4fef2ec670f1f2 (patch)
tree162f93ffc7a7ec2ed67e67c16799ffe52d3cc492
parentd1ae8d7b017896ac9d2724be88db55b25a41335c (diff)
DB/Hotfixes: Fixed a problem from the parser
-rw-r--r--sql/updates/hotfixes/2014_10_19_06_hotfixes_broadcast_text.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/2014_10_19_06_hotfixes_broadcast_text.sql b/sql/updates/hotfixes/2014_10_19_06_hotfixes_broadcast_text.sql
new file mode 100644
index 00000000000..2e0f0865910
--- /dev/null
+++ b/sql/updates/hotfixes/2014_10_19_06_hotfixes_broadcast_text.sql
@@ -0,0 +1,2 @@
+UPDATE `broadcast_text` SET `MaleText`='' WHERE `MaleText`='0';
+UPDATE `broadcast_text` SET `FemaleText`='' WHERE `FemaleText`='0';