mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Spells): Game In Session (#17862)
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/17160
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 39331;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(39331, 33554432);
|
||||
Reference in New Issue
Block a user