mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Core/BWL): Nefarian spawns (#11326)
* fix(Core/BWL): Nefarian spawns * Rogue class call with vanish * backticks * despawn skeletons after death * Update boss_nefarian.cpp
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1649370784577886400');
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 23414 AND `spell_effect` IN (-1856, -1857, -26889);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(23414, -1856, 2, 'Nefarian Rogue class call - Vanish'),
|
||||
(23414, -1857, 2, 'Nefarian Rogue class call - Vanish'),
|
||||
(23414, -26889, 2, 'Nefarian Rogue class call - Vanish');
|
||||
Reference in New Issue
Block a user