mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/Hunter): Bestial Wrath shoul not be castable on dead pets. (#9896)
Bestial Wrath should expire while pet is offline.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640635780171945100');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=19574;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(19574,'spell_hun_bestial_wrath');
|
||||
Reference in New Issue
Block a user