From 2021057bd030e9ab2bdbde2770dcd7f499420bf2 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 5 May 2019 00:13:19 +0200 Subject: [PATCH] DB: added a missing scriptname to last commit --- sql/updates/world/custom/custom_2019_05_05_00_world.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2019_05_05_00_world.sql b/sql/updates/world/custom/custom_2019_05_05_00_world.sql index 2971614d0ed..bf1230ea078 100644 --- a/sql/updates/world/custom/custom_2019_05_05_00_world.sql +++ b/sql/updates/world/custom/custom_2019_05_05_00_world.sql @@ -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');