chore(DB): import pending files

Referenced commit(s): 3494808d9a
This commit is contained in:
github-actions[bot]
2026-06-10 23:06:10 +00:00
parent 9ca5999194
commit 7cfccde954
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2026_06_08_01 -> 2026_06_10_00
-- Stoneclaw Totem pulses should not break stealth (Patch 3.2.2).
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (5729, 6393, 6394, 6395, 10423, 10424, 25512, 58586, 58587, 58588);
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES

View File

@@ -1,2 +1,3 @@
-- DB update 2026_06_10_00 -> 2026_06_10_01
-- Earthgrab is a hostile root and should reveal stealthed targets.
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 64695;