fix(Scripts/Item): Gnomish Death Ray. (#7062)

- Closes #5648
This commit is contained in:
UltraNix
2021-07-23 13:13:49 +02:00
committed by GitHub
parent b8b3708b1b
commit ba85988d31
3 changed files with 12 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626953516206751500');
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 13278 AND `spell_effect` = 13493;
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
(13278, 13493, 0, 'Gnomish Death Ray');