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:
parent
c6125db63d
commit
a7f61ed86a
2 changed files with 21 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue