fix(Core/Spells): Prevent Flexweave Underlay use on ground (#25158)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew 2026-03-21 12:37:02 -03:00 committed by GitHub
parent c6125db63d
commit a7f61ed86a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `spell_id` = 55002;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (55002, 'spell_item_flexweave_underlay');