diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-01-16 15:29:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-16 15:29:11 +0100 |
| commit | e0b1c3b2092eee891d0d4209f31b8743094ec899 (patch) | |
| tree | 5a79dc2bf98ba7a685e43a0d1cda10e94f189af7 /sql | |
| parent | 52dc1359cc78b5d8a88bf32e4bd50d53fcd03d11 (diff) | |
Scripts/Spells: Implement demon hunter talent "Know Your Enemy" (#30553)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_01_16_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_16_00_world.sql b/sql/updates/world/master/2025_01_16_00_world.sql new file mode 100644 index 00000000000..fc76a3ffc4d --- /dev/null +++ b/sql/updates/world/master/2025_01_16_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_know_your_enemy'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(388118, 'spell_dh_know_your_enemy'); |
