diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-01-14 15:03:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 15:03:51 +0100 |
| commit | 15387c6b356132c59529b54fb8952add72674f49 (patch) | |
| tree | 089334ab26ffed5d2ed8bb9bbe8eed113a62840e /sql/updates | |
| parent | 1366ab9445206532dfea1154ebd4c2466ff65100 (diff) | |
Scripts/Spells: Implement demon hunter hero talent "Student of Suffering" (#30568)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2025_01_14_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_14_04_world.sql b/sql/updates/world/master/2025_01_14_04_world.sql new file mode 100644 index 00000000000..735d8240501 --- /dev/null +++ b/sql/updates/world/master/2025_01_14_04_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_student_of_suffering'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(204598, 'spell_dh_student_of_suffering'); |
