diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-08-21 23:13:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-21 23:13:51 +0200 |
| commit | e7448794057733f04d79319882323b7cebb36c6c (patch) | |
| tree | 31eab9cb4e192ca0f9882336b052bbbbedbfb653 /sql | |
| parent | d4e9fea4334bb9967393744b86394ffc42dcf59c (diff) | |
Scripts/Spells: Implement dh talent Critical Chaos (#30752)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_08_21_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_21_00_world.sql b/sql/updates/world/master/2025_08_21_00_world.sql new file mode 100644 index 00000000000..73eb6e20289 --- /dev/null +++ b/sql/updates/world/master/2025_08_21_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_critical_chaos'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(320413,'spell_dh_critical_chaos'); |
