diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-04-24 11:44:06 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-24 11:44:06 +0200 |
| commit | bc106abb07dc0afc69c2a9238267081464c05254 (patch) | |
| tree | 0d00bfaf93d45b7fcf189bd7da3cf25443bf4323 /sql | |
| parent | 4fbe38063923675c520dd70c88be99f719dc6378 (diff) | |
Core/DataStores: Renamed unknown fields
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/hotfixes/6.x/2016_04_24_00_hotfixes.sql | 1 |
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'; |
