fix(Scrpits/Quest): Improve Recharging the Batteries (#16597)

* fix(Scrpits/Quest): Improve Recharging the Batteries

* Update zone_netherstorm.cpp

* update
This commit is contained in:
Grimgravy
2023-09-17 16:16:43 -03:00
committed by GitHub
parent bc6a744538
commit 24c97c5f2f
2 changed files with 46 additions and 4 deletions

View File

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