diff options
| author | Gildor <gildor55@gmail.com> | 2024-06-27 14:08:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-27 14:08:09 +0200 |
| commit | e4caf52e5a3820399d7ddd5ea3963c36d1d71e28 (patch) | |
| tree | 2ec7c1952611c1869df6346634196d1ee9801feb /sql/updates | |
| parent | 8824889f53a9d11d5b943f844900e41456edddec (diff) | |
Core/Spells: Allow using SpellDifficulty.dbc on battleground maps (#30055)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/9999_99_99_99_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/9999_99_99_99_world.sql b/sql/updates/world/3.3.5/9999_99_99_99_world.sql new file mode 100644 index 00000000000..712e9a98f78 --- /dev/null +++ b/sql/updates/world/3.3.5/9999_99_99_99_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_ioc_seaforium_blast_credit' AND `spell_id` IN (67813,67814); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(67813, 'spell_ioc_seaforium_blast_credit'), +(67814, 'spell_ioc_seaforium_blast_credit'); |
