aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorfunjoker <torti-esser@web.de>2016-10-08 11:58:35 +0200
committerShauren <shauren.trinity@gmail.com>2016-10-08 11:58:35 +0200
commita8169dcdf958be8ad933c15edf1a0d7dff1138b0 (patch)
tree4d1573231f4a2bbe43d79406aca74700f1ab3a7f /sql
parent50016bf9964e0bc95a3df82734d734e2af6a6aec (diff)
Core/DataStores: Corrected SummonProperties.db2 structure
Closes #18036 Closes #18040
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/hotfixes/6.x/2016_10_08_00_hotfixes.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/6.x/2016_10_08_00_hotfixes.sql b/sql/updates/hotfixes/6.x/2016_10_08_00_hotfixes.sql
new file mode 100644
index 00000000000..a4750d4b7f9
--- /dev/null
+++ b/sql/updates/hotfixes/6.x/2016_10_08_00_hotfixes.sql
@@ -0,0 +1 @@
+ALTER TABLE `summon_properties` CHANGE `Flags` `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`;