diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-04-15 15:38:04 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-04-15 15:38:04 +0200 |
| commit | 120d9bd4fe39c26b8613392a3978c86ac23d9d52 (patch) | |
| tree | db9bfd81603b7bdb629a55a9803330b88f807a07 /sql | |
| parent | c6150b4d5d47454460623253627aede783bc8a6a (diff) | |
Scripts/Spells: Implemented Primordial Wave
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_04_15_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_04_15_00_world.sql b/sql/updates/world/master/2025_04_15_00_world.sql new file mode 100644 index 00000000000..8f6d67447ac --- /dev/null +++ b/sql/updates/world/master/2025_04_15_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_primordial_wave'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(375982,'spell_sha_primordial_wave'); |
