fix(Scripts/Spells): Icewing Marshal should affect not affect players. (#11001)
This commit is contained in:
parent
54c62f9b96
commit
7357c88618
2 changed files with 7 additions and 1 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647185908361212000');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=45831;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(45831,'spell_gen_av_drekthar_presence');
|
||||
|
|
@ -1289,7 +1289,8 @@ class spell_gen_adaptive_warding : public AuraScript
|
|||
45826 - East Frostwolf Warmaster
|
||||
45828 - Dun Baldar North Marshal
|
||||
45829 - Dun Baldar South Marshal
|
||||
45830 - Stonehearth Marshal */
|
||||
45830 - Stonehearth Marshal
|
||||
45831 - Icewing Marshal */
|
||||
class spell_gen_av_drekthar_presence : public AuraScript
|
||||
{
|
||||
PrepareAuraScript(spell_gen_av_drekthar_presence);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue