diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/8352_world_scriptname.sql | 1 | ||||
| -rw-r--r-- | sql/updates/8352_world_spell_linked_spell.sql | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/8352_world_scriptname.sql b/sql/updates/8352_world_scriptname.sql new file mode 100644 index 00000000000..d3e350f60f3 --- /dev/null +++ b/sql/updates/8352_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName`='go_massive_seaforium_charge' WHERE `entry` = 190752; diff --git a/sql/updates/8352_world_spell_linked_spell.sql b/sql/updates/8352_world_spell_linked_spell.sql new file mode 100644 index 00000000000..00462fce1ac --- /dev/null +++ b/sql/updates/8352_world_spell_linked_spell.sql @@ -0,0 +1,5 @@ +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'); |
