diff options
| author | Shauren <shauren.trinity@gmail.com> | 2020-12-09 00:03:10 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-12-09 00:03:10 +0100 |
| commit | 364f6eec9a4d6d044666a172a2823161e0e3a418 (patch) | |
| tree | 9793077f5f88cf79b61884cd288fe170db3f57bf /sql | |
| parent | 0beaee407e04ae9769d9cd9d3928a67ab750d54b (diff) | |
Core/GameObjects: Updated gameobject template structure to 9.0
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2020_12_09_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_12_09_00_world.sql b/sql/updates/world/master/2020_12_09_00_world.sql new file mode 100644 index 00000000000..f49fc758417 --- /dev/null +++ b/sql/updates/world/master/2020_12_09_00_world.sql @@ -0,0 +1,2 @@ +ALTER TABLE `gameobject_template` ADD `ContentTuningId` int(11) NOT NULL DEFAULT '0' AFTER `Data33`; +ALTER TABLE `gameobject_template` DROP `RequiredLevel`; |
