diff options
author | teacher <none@none> | 2010-07-22 12:19:31 +0200 |
---|---|---|
committer | teacher <none@none> | 2010-07-22 12:19:31 +0200 |
commit | 50e459b5c538e1453818347316d97fee4e57a79e (patch) | |
tree | 4ff64eced742a9887baa1d848c97517215cd13b4 | |
parent | cab2f7bad1594e4ab5fd1908f495b21ff8e9b5a8 (diff) |
Proper name for my previous sql update. Sorry for wasting rev numbers.
--HG--
branch : trunk
-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'); |