aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-04-24 11:44:06 +0200
committerShauren <shauren.trinity@gmail.com>2016-04-24 11:44:06 +0200
commitbc106abb07dc0afc69c2a9238267081464c05254 (patch)
tree0d00bfaf93d45b7fcf189bd7da3cf25443bf4323 /sql
parent4fbe38063923675c520dd70c88be99f719dc6378 (diff)
Core/DataStores: Renamed unknown fields
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/hotfixes/6.x/2016_04_24_00_hotfixes.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/6.x/2016_04_24_00_hotfixes.sql b/sql/updates/hotfixes/6.x/2016_04_24_00_hotfixes.sql
new file mode 100644
index 00000000000..fb26bfbb47c
--- /dev/null
+++ b/sql/updates/hotfixes/6.x/2016_04_24_00_hotfixes.sql
@@ -0,0 +1 @@
+ALTER TABLE `creature_display_info` CHANGE `Unknown620` `PlayerModelScale` float NOT NULL DEFAULT '0';