fix(Core/Dungeon): Elder Nadox hardcore texts + Ahn'kahar Spell Flinger spells. (#2244)
This commit is contained in:
parent
c294dd3142
commit
f374f07590
4 changed files with 77 additions and 51 deletions
|
|
@ -0,0 +1,8 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1567002995154862031');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (56698, 59102, 56702, 59103);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(56698, 'spell_gen_default_count_pct_from_max_hp'),
|
||||
(59102, 'spell_gen_default_count_pct_from_max_hp'),
|
||||
(56702, 'spell_shadow_sickle_periodic_damage'),
|
||||
(59103, 'spell_shadow_sickle_periodic_damage');
|
||||
Loading…
Add table
Add a link
Reference in a new issue