mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
feat(Spell/Scripts): Move Spell gen remove impairing auras to spell scripts (#11104)
This commit is contained in:
committed by
GitHub
parent
cb5c045a24
commit
c93a84e821
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647924387634998766');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_gen_remove_impairing_auras');
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(20589, 'spell_gen_remove_impairing_auras'),
|
||||
(30918, 'spell_gen_remove_impairing_auras');
|
||||
Reference in New Issue
Block a user