fix(DB/smart_scripts): Aku'mai Servant spell targeting (#7314)
This commit is contained in:
parent
3fa1aa1c17
commit
001096503b
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue