diff options
| author | teacher <none@none> | 2009-12-12 15:27:10 +0100 |
|---|---|---|
| committer | teacher <none@none> | 2009-12-12 15:27:10 +0100 |
| commit | 477e58f32137cbede732998f24fed96ca43fd0fa (patch) | |
| tree | 7b60d1681b4e16080d1e3df4d32e6fa622fc7046 /sql/updates/5717_world.sql | |
| parent | 7fa5c67861a9fb9d34cd8a64a03e4be1f6ab0492 (diff) | |
Renamed sql update files to proper Trinity naming standard.
Moved files prior to 6381_world_script_texts.sql to 3.1.3_old folder.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/5717_world.sql')
| -rw-r--r-- | sql/updates/5717_world.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/updates/5717_world.sql b/sql/updates/5717_world.sql deleted file mode 100644 index 6db81936e0c..00000000000 --- a/sql/updates/5717_world.sql +++ /dev/null @@ -1,6 +0,0 @@ -ALTER TABLE `item_template` MODIFY `stackable` int; - -ALTER TABLE `creature_template` CHANGE COLUMN `modelid_A` `modelid1` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `creature_template` CHANGE COLUMN `modelid_A2` `modelid2` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `creature_template` CHANGE COLUMN `modelid_H` `modelid3` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `creature_template` CHANGE COLUMN `modelid_H2` `modelid4` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; |
