diff options
| -rw-r--r-- | sql/updates/1661_world.sql | 2 | ||||
| -rw-r--r-- | sql/updates/1679_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/1688_mangos_7382_01_creature_template.sql | 5 | ||||
| -rw-r--r-- | sql/updates/1688_mangos_7382_01_world_creature_template.sql | 5 | ||||
| -rw-r--r-- | sql/updates/CMakeLists.txt | 2 |
5 files changed, 10 insertions, 8 deletions
diff --git a/sql/updates/1661_world.sql b/sql/updates/1661_world.sql index fc7d072ac39..a1a9932ffaf 100644 --- a/sql/updates/1661_world.sql +++ b/sql/updates/1661_world.sql @@ -1,2 +1,2 @@ ---Death Strike +-- Death Strike INSERT INTO `spell_proc_event` VALUES (45469, 0x00, 15, 0x00000010, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0.000000, 0.000000, 0);
\ No newline at end of file diff --git a/sql/updates/1679_world.sql b/sql/updates/1679_world.sql index ebaab832f63..444e06bb168 100644 --- a/sql/updates/1679_world.sql +++ b/sql/updates/1679_world.sql @@ -1,3 +1,3 @@ ---Imp leader of the pack +-- Imp leader of the pack INSERT INTO `spell_proc_event` VALUES (34300, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 6); -INSERT INTO `spell_proc_event` VALUES (34297, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 6); +INSERT INTO `spell_proc_event` VALUES (34297, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 6);
\ No newline at end of file diff --git a/sql/updates/1688_mangos_7382_01_creature_template.sql b/sql/updates/1688_mangos_7382_01_creature_template.sql deleted file mode 100644 index 9616f20a7d3..00000000000 --- a/sql/updates/1688_mangos_7382_01_creature_template.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE db_version CHANGE COLUMN required_7376_01_mangos_spell_area required_7382_01_mangos_creature_template bit; - -ALTER TABLE creature_template - ADD COLUMN unk16 float NOT NULL default '1' AFTER InhabitType, - ADD COLUMN unk17 float NOT NULL default '1' AFTER unk16; diff --git a/sql/updates/1688_mangos_7382_01_world_creature_template.sql b/sql/updates/1688_mangos_7382_01_world_creature_template.sql new file mode 100644 index 00000000000..c4813b47714 --- /dev/null +++ b/sql/updates/1688_mangos_7382_01_world_creature_template.sql @@ -0,0 +1,5 @@ +/*ALTER TABLE db_version CHANGE COLUMN required_7376_01_mangos_spell_area required_7382_01_mangos_creature_template bit;*/ + +ALTER TABLE creature_template + ADD COLUMN unk16 float NOT NULL default '1' AFTER InhabitType, + ADD COLUMN unk17 float NOT NULL default '1' AFTER unk16;
\ No newline at end of file diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 47ddcbf145f..984885be39c 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -59,4 +59,6 @@ INSTALL(FILES 1657_world.sql 1661_world.sql 1663_mangos_7376_01_world_spell_area.sql +1679_world.sql +1688_mangos_7382_01_world_creature_template.sql DESTINATION share/trinity/sql/updates) |
