From 9f8cd74205dd887d57877c509fe9b3d3e85d9c1c Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 26 Jul 2025 16:43:17 -0300 Subject: [PATCH] fix(DB/Spell): Fix serverside spell Grow (#22569) Co-authored-by: Gustavo Cherry-picked from commit: https://github.com/TrinityCore/TrinityCore/commit/0b766db6a41a4db0d631e36fcc753c658b746328 --- data/sql/updates/pending_db_world/rev_1753553537414069400.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1753553537414069400.sql diff --git a/data/sql/updates/pending_db_world/rev_1753553537414069400.sql b/data/sql/updates/pending_db_world/rev_1753553537414069400.sql new file mode 100644 index 000000000..a8d39f42e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1753553537414069400.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_dbc` SET `Effect_1` = 6, `EffectBasePoints_1`= 100, `ImplicitTargetA_1`= 1, `EffectAura_1` = 61, `CumulativeAura`= 3 WHERE `ID`= 57059;