fix(Core/Spell): Haunted Memento (#1992)

This commit is contained in:
Stoabrogga
2019-06-26 23:43:58 +02:00
committed by Francesco Borzì
parent eae2214d7c
commit 9f3c0267bc
2 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1561127338947558444');
DELETE FROM `spell_script_names` WHERE `spell_id` = 53768;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (53768,'spell_gen_haunted');