Scripts/HoO: Temple Guardian Anhuur's Burning Light will now only target a single player

This commit is contained in:
Ovahlord
2019-03-05 14:47:32 +01:00
parent 159706aad2
commit 3b39c0cedf
2 changed files with 58 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_anhuur_burning_light_forcecast';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(75115, 'spell_anhuur_burning_light_forcecast');