mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/ICC): Change trigger flag for Battle Experience spell (#11466)
* fix(Scripts/ICC): Change trigger flag for Battle Ecperience spell * closes https://github.com/azerothcore/azerothcore-wotlk/issues/6785 * cherry-pick part of commit (TrinityCore/TrinityCore@5b8e68e)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1650555787208782000');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_igb_battle_experience_check';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(71201, 'spell_igb_battle_experience_check');
|
||||
Reference in New Issue
Block a user