aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/8352_world_spell_linked_spell.sql1
-rw-r--r--sql/updates/8607_world_pool_template.sql (renamed from sql/updates/8607_world_pool_tempate.sql)0
-rw-r--r--sql/updates/8672_world_gossip_menu_option.sql2
3 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/8352_world_spell_linked_spell.sql b/sql/updates/8352_world_spell_linked_spell.sql
index 00462fce1ac..9feca78a3ff 100644
--- a/sql/updates/8352_world_spell_linked_spell.sql
+++ b/sql/updates/8352_world_spell_linked_spell.sql
@@ -1,5 +1,4 @@
DELETE FROM `spell_linked_spell` WHERE `spell_effect` IN (52418, -52418);
-
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(52415, 52418, 0, 'Carrying Seaforium - Add'),
(52410, -52418, 0, 'Carrying Seaforium - Remove');
diff --git a/sql/updates/8607_world_pool_tempate.sql b/sql/updates/8607_world_pool_template.sql
index ac1cbf70223..ac1cbf70223 100644
--- a/sql/updates/8607_world_pool_tempate.sql
+++ b/sql/updates/8607_world_pool_template.sql
diff --git a/sql/updates/8672_world_gossip_menu_option.sql b/sql/updates/8672_world_gossip_menu_option.sql
new file mode 100644
index 00000000000..2ba86951100
--- /dev/null
+++ b/sql/updates/8672_world_gossip_menu_option.sql
@@ -0,0 +1,2 @@
+-- Drop forgotten fields after condition implementation
+ALTER TABLE gossip_menu_option DROP COLUMN cond_3,DROP COLUMN cond_3_val_1,DROP COLUMN cond_3_val_2;