From 8aa07daff38b2f006b5f4b648bb1eea37fe633d7 Mon Sep 17 00:00:00 2001 From: DoctorKraft Date: Thu, 2 Feb 2017 18:19:08 +0100 Subject: Core/Spells: Divine Steed (#19027) --- sql/updates/world/master/9999_99_99_99_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/9999_99_99_99_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/9999_99_99_99_world.sql b/sql/updates/world/master/9999_99_99_99_world.sql new file mode 100644 index 00000000000..218232fe696 --- /dev/null +++ b/sql/updates/world/master/9999_99_99_99_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pal_divine_steed'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +('190784', 'spell_pal_divine_steed'); -- cgit v1.2.3