mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/smart_scripts): Aku'mai Servant spell targeting (#7314)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628777209086733059');
|
||||
|
||||
-- Make Aku'mai Servant cast Frostbolt Volley on victims and not itself
|
||||
UPDATE `smart_scripts` SET `target_type` = 2 WHERE `source_type` = 0 AND `id` = 0 AND `entryorguid` = 4978;
|
||||
|
||||
Reference in New Issue
Block a user