diff options
| author | offl <suffle.o@gmail.com> | 2025-05-17 13:19:16 +0200 |
|---|---|---|
| committer | ModoX <moardox@gmail.com> | 2025-05-17 13:20:21 +0200 |
| commit | d5470b9ea78af3f725473023960e0509b0a2775d (patch) | |
| tree | d515e093dfce800cfbeb366752c609ed751461f3 /sql | |
| parent | 06041687565754562b2c266b4195b00cf3e53260 (diff) | |
Scripts/Mechanar: Modernize scripts
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2025_05_17_05_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_05_17_05_world.sql b/sql/updates/world/3.3.5/2025_05_17_05_world.sql new file mode 100644 index 00000000000..6aef90e9b0f --- /dev/null +++ b/sql/updates/world/3.3.5/2025_05_17_05_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_pathaleon_summon_nether_wraiths'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(35284, 'spell_pathaleon_summon_nether_wraiths'); |
