mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(DB/BlackrockSpire): Spirestone Lord Magus should cast Enlarge and… (#9216)
* fix(DB/BlackrockSpire): Spirestone Lord Magus should cast Enlarge and Bloodlust on his allies. Fixes #7361
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637093880615871400');
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=9217 AND `source_type`=0 AND `id` IN (5,6);
|
||||
INSERT INTO `smart_scripts` VALUES
|
||||
(9217,0,5,0,74,0,100,0,0,50,10000,10000,0,11,8365,0,0,0,0,0,9,0,0,0,0,0,0,0,0,'Spirestone Lord Magus - on friendly below 50%hp - cast Enlarge'),
|
||||
(9217,0,6,0,74,0,100,0,0,30,30000,30000,0,11,6742,0,0,0,0,0,9,0,0,0,0,0,0,0,0,'Spirestone Lord Magus - on friendly below 30%hp - cast Bloodlust');
|
||||
Reference in New Issue
Block a user