diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-12-30 23:51:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-30 23:51:35 +0100 |
| commit | 5436a6ae6ce28b2cca47ce795d01eeadb37a677d (patch) | |
| tree | df65a91a465631980b269e6e189c9b8a5501e64e /sql | |
| parent | 40472c60424c6cd955b30cd54b892f951f9ad252 (diff) | |
Spells/Spells: Fix demon hunter talent "Fiery Brand" (#30490)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_12_30_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_30_02_world.sql b/sql/updates/world/master/2024_12_30_02_world.sql new file mode 100644 index 00000000000..a554f4a7561 --- /dev/null +++ b/sql/updates/world/master/2024_12_30_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_fiery_brand'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(204021, 'spell_dh_fiery_brand'); |
