DB: added a missing scriptname to last commit

This commit is contained in:
Ovahlord
2019-05-05 00:13:19 +02:00
parent 57e78f3bc5
commit 2021057bd0

View File

@@ -8,4 +8,5 @@ DELETE FROM `spell_script_names` WHERE `ScriptName` IN
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-14523, 'spell_pri_atonement'),
(81751, 'spell_pri_atonement_heal');
(81751, 'spell_pri_atonement_heal'),
(94472, 'spell_pri_atonement_heal');