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:
parent
78a2f73825
commit
c51fb81df0
2 changed files with 46 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue