fix(Scripts/TempleOfAhnQiraj): Aggro Drones. (#12737)

* fix(Scripts/Temple of AhnQiraj): Aggro Drones.

Fixes #12716

* fix build

Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com>
This commit is contained in:
UltraNix
2022-08-27 14:44:52 +02:00
committed by GitHub
parent ba3640255b
commit 0f0beb0148
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=25153;
INSERT INTO `spell_script_names` VALUES
(25153,'spell_aggro_drones');