diff options
| author | Meji <alvaro.megias@outlook.com> | 2023-11-25 14:06:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-25 14:06:09 +0100 |
| commit | ece5570c10e51e16fe65403c051dd1286d12a14d (patch) | |
| tree | 8554e6181bbb90d71c29299ff91c622b7ce4fc52 /sql/updates | |
| parent | c1b36eec5678090654dfd65a3fef29ea8ada6ef2 (diff) | |
Scripts/HallowsEnd: Implement Children's Costume Aura (#29457)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2023_11_25_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_11_25_01_world.sql b/sql/updates/world/master/2023_11_25_01_world.sql new file mode 100644 index 00000000000..d983b55b3e2 --- /dev/null +++ b/sql/updates/world/master/2023_11_25_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hallows_end_childrens_custome_aura'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(97135, 'spell_hallows_end_childrens_custome_aura'); |
