fix(DB/smart_scripts): Aku'mai Servant spell targeting (#7314)

This commit is contained in:
Azcobu
2021-08-17 01:17:14 +09:30
committed by GitHub
parent 3fa1aa1c17
commit 001096503b

View File

@@ -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;