Core/Scripts: Added missing spells in Skeram (#18486)

This commit is contained in:
Keader
2016-12-27 17:36:32 -03:00
committed by Aokromes
parent 79e28d4452
commit dc7cd66a70
2 changed files with 45 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_skeram_true_fulfillment';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(785,'spell_skeram_true_fulfillment');