fix(DB/Spells): Game In Session (#17862)

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/17160
This commit is contained in:
Kitzunu 2023-11-26 17:00:11 +01:00 committed by GitHub
parent 76a2bbfef0
commit 135b453320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
--
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 39331;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
(39331, 33554432);