Core/Spells: fixed The Quick and the Dead guild perk

This commit is contained in:
Ovahlord
2020-04-23 17:04:32 +02:00
parent 5905ed2606
commit bc68ecdbcc
4 changed files with 60 additions and 1 deletions

View File

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