mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Scripts/Spells): Icewing Marshal should affect not affect players. (#11001)
This commit is contained in:
@@ -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
|
45826 - East Frostwolf Warmaster
|
||||||
45828 - Dun Baldar North Marshal
|
45828 - Dun Baldar North Marshal
|
||||||
45829 - Dun Baldar South Marshal
|
45829 - Dun Baldar South Marshal
|
||||||
45830 - Stonehearth Marshal */
|
45830 - Stonehearth Marshal
|
||||||
|
45831 - Icewing Marshal */
|
||||||
class spell_gen_av_drekthar_presence : public AuraScript
|
class spell_gen_av_drekthar_presence : public AuraScript
|
||||||
{
|
{
|
||||||
PrepareAuraScript(spell_gen_av_drekthar_presence);
|
PrepareAuraScript(spell_gen_av_drekthar_presence);
|
||||||
|
|||||||
Reference in New Issue
Block a user