From 9ca599919411b1a4468471780f29f4fb0584b2fa Mon Sep 17 00:00:00 2001 From: AlsoNotMehh Date: Wed, 10 Jun 2026 19:05:48 -0400 Subject: [PATCH] fix(DB/Spell): make Earthgrab break stealth (#26090) Co-authored-by: sogladev --- data/sql/updates/pending_db_world/rev_1780779956682.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1780779956682.sql diff --git a/data/sql/updates/pending_db_world/rev_1780779956682.sql b/data/sql/updates/pending_db_world/rev_1780779956682.sql new file mode 100644 index 000000000..50df3aa17 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1780779956682.sql @@ -0,0 +1,2 @@ +-- Earthgrab is a hostile root and should reveal stealthed targets. +DELETE FROM `spell_custom_attr` WHERE `spell_id` = 64695;