diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2023-07-29 19:07:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-29 19:07:37 +0200 |
| commit | 8f897da9f3023bd1d9c5f908569ec945862d5eb4 (patch) | |
| tree | eb8c0af939aa458baceaf440586ea9e988a44636 /sql | |
| parent | 799d63ce2cdf9b8cb7a74f9806178f9fefaba471 (diff) | |
Scripts/Spells: Implement Incarnation: Tree of Life talent (#29168)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_07_29_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_07_29_00_world.sql b/sql/updates/world/master/2023_07_29_00_world.sql new file mode 100644 index 00000000000..2d4691272c7 --- /dev/null +++ b/sql/updates/world/master/2023_07_29_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`IN ('spell_dru_incarnation_tree_of_life', 'spell_dru_incarnation'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(33891, 'spell_dru_incarnation_tree_of_life'), +(117679, 'spell_dru_incarnation'); |
