fix(DB/Spell): Glodrak Huntsniper should not spaw with his mug throwing spell if player does not have Portable Brewfest Keg. (#8062)

- Closes #7913
This commit is contained in:
UltraNix
2021-10-07 13:10:20 +02:00
committed by GitHub
parent 78a2f73825
commit c51fb81df0
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632482613720296800');
DELETE FROM `spell_script_names` WHERE `spell_id`=43714;
INSERT INTO `spell_script_names` VALUES
(43714,'spell_brewfest_relay_race_force_cast');