mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/Spell): make 38318 positive (#3474)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1599859218307990300');
|
||||
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 38318;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(38318, 33554432|67108864);
|
||||
Reference in New Issue
Block a user