diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-04-28 16:27:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 16:27:52 +0200 |
| commit | 98acdc510cda35b75c3ad86c2d1b7c1bce542c9a (patch) | |
| tree | a0cd7371984547bb6110255a416ce88e52ed6e26 /sql/updates | |
| parent | 369d668d852fd139954ee49d9cf6adbd94c573e2 (diff) | |
Scripts/Spells: Implement evoker talent Panacea (#30892)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2025_04_28_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_04_28_02_world.sql b/sql/updates/world/master/2025_04_28_02_world.sql new file mode 100644 index 00000000000..c479ece024b --- /dev/null +++ b/sql/updates/world/master/2025_04_28_02_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_evo_panacea'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(355913, 'spell_evo_panacea'), +(360995, 'spell_evo_panacea'); |
