mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user