mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 20:13:48 +00:00
fix(DB/Spells): define Dust Field as a positive spell (#7798)
- Closes #5392 - Closes #6285
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631201007246764700');
|
||||
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=21909;
|
||||
INSERT INTO `spell_custom_attr` VALUES
|
||||
(21909,0x06000000);
|
||||
Reference in New Issue
Block a user