diff options
-rw-r--r-- | sql/updates/8975_world_spell_dbc.sql (renamed from sql/updates/8975_world_spell_dbc - Copy.sql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/8975_world_spell_dbc - Copy.sql b/sql/updates/8975_world_spell_dbc.sql index a49b5241cf4..52a20b8a14d 100644 --- a/sql/updates/8975_world_spell_dbc - Copy.sql +++ b/sql/updates/8975_world_spell_dbc.sql @@ -1,4 +1,4 @@ -- Add serverside spells place holders for future development -DELETE FROM `spell_dbc` WHERE `Id` IN (70878); +DELETE FROM `spell_dbc` WHERE `Id` IN (38406); INSERT INTO `spell_dbc` (`Id`,`Comment`) VALUES (38406, 'Quest 10721 RewSpellCast serverside spell'); |