mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Spells: fixed The Quick and the Dead guild perk
This commit is contained in:
4
sql/updates/world/4.3.4/2020_04_23_03_world.sql
Normal file
4
sql/updates/world/4.3.4/2020_04_23_03_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user