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:
Kitzunu
2022-04-21 19:12:39 +02:00
committed by GitHub
parent 90c47ca61a
commit 778d1bb9fa
2 changed files with 22 additions and 0 deletions

View File

@@ -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');