From 50e459b5c538e1453818347316d97fee4e57a79e Mon Sep 17 00:00:00 2001 From: teacher Date: Thu, 22 Jul 2010 12:19:31 +0200 Subject: Proper name for my previous sql update. Sorry for wasting rev numbers. --HG-- branch : trunk --- sql/updates/8975_world_spell_dbc - Copy.sql | 4 ---- sql/updates/8975_world_spell_dbc.sql | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 sql/updates/8975_world_spell_dbc - Copy.sql create mode 100644 sql/updates/8975_world_spell_dbc.sql (limited to 'sql') diff --git a/sql/updates/8975_world_spell_dbc - Copy.sql b/sql/updates/8975_world_spell_dbc - Copy.sql deleted file mode 100644 index a49b5241cf4..00000000000 --- a/sql/updates/8975_world_spell_dbc - Copy.sql +++ /dev/null @@ -1,4 +0,0 @@ --- Add serverside spells place holders for future development -DELETE FROM `spell_dbc` WHERE `Id` IN (70878); -INSERT INTO `spell_dbc` (`Id`,`Comment`) VALUES -(38406, 'Quest 10721 RewSpellCast serverside spell'); diff --git a/sql/updates/8975_world_spell_dbc.sql b/sql/updates/8975_world_spell_dbc.sql new file mode 100644 index 00000000000..52a20b8a14d --- /dev/null +++ b/sql/updates/8975_world_spell_dbc.sql @@ -0,0 +1,4 @@ +-- Add serverside spells place holders for future development +DELETE FROM `spell_dbc` WHERE `Id` IN (38406); +INSERT INTO `spell_dbc` (`Id`,`Comment`) VALUES +(38406, 'Quest 10721 RewSpellCast serverside spell'); -- cgit v1.2.3