diff options
| -rw-r--r-- | sql/updates/world/master/2017_02_02_01_world.sql (renamed from sql/updates/world/master/9999_99_99_99_world.sql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/9999_99_99_99_world.sql b/sql/updates/world/master/2017_02_02_01_world.sql index 218232fe696..c55d8a34ae4 100644 --- a/sql/updates/world/master/9999_99_99_99_world.sql +++ b/sql/updates/world/master/2017_02_02_01_world.sql @@ -1,3 +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'); +(190784, 'spell_pal_divine_steed'); |
